From 690e43b461491507094da8eeb48a92cf2f38b282 Mon Sep 17 00:00:00 2001 From: Eliseo Martínez Date: Wed, 11 Feb 2015 18:46:00 +0100 Subject: Enable -Wconversion: Passing-by: Remove dead code (MACOS_CONVERT). MacOS (pre Mac OS X) is not supported anymore. --- src/nvim/os_unix.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/nvim/os_unix.c') diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c index 455ed737ff..0fc45c9543 100644 --- a/src/nvim/os_unix.c +++ b/src/nvim/os_unix.c @@ -415,10 +415,6 @@ void mch_exit(int r) out_flush(); ml_close_all(TRUE); /* remove all memfiles */ -#ifdef MACOS_CONVERT - mac_conv_cleanup(); -#endif - event_teardown(); #ifdef EXITFREE -- cgit