mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
refactor(env): remove unused mutex
This was needed when TUI was a thread. lua code uses os_getenv only on the main thread.
This commit is contained in:
@@ -176,7 +176,6 @@ bool event_teardown(void)
|
||||
/// Needed for unit tests. Must be called after `time_init()`.
|
||||
void early_init(mparm_T *paramp)
|
||||
{
|
||||
env_init();
|
||||
estack_init();
|
||||
cmdline_init();
|
||||
eval_init(); // init global variables
|
||||
|
Reference in New Issue
Block a user