aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux.c b/tmux.c
index 6edaf8f5..e42e48d3 100644
--- a/tmux.c
+++ b/tmux.c
@@ -532,10 +532,7 @@ main(int argc, char **argv)
exit(1);
}
- if (setenv("EVENT_NOKQUEUE", "1", 1) != 0)
- fatal("setenv");
ev_base = event_init();
- unsetenv("EVENT_NOKQUEUE");
set_signals(main_signal);
/* Initialise the client socket/start the server. */