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:
bfredl
2023-04-20 18:54:00 +02:00
parent dbcd1985d1
commit b773a52515
2 changed files with 0 additions and 28 deletions

View File

@@ -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