mirror of
https://github.com/neovim/neovim.git
synced 2025-11-19 16:51:18 +00:00
Problem:
Since 22b52dd462 #11501, log_path_init is called in log_init, so it is
now called at a deterministic time. So the "just in time" complexity of
log_path_init is no longer needed.
Solution:
Remove logic intended to try to "heal" partial initialization.