diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2015-02-11 18:46:00 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-02-18 20:54:12 -0500 |
commit | 690e43b461491507094da8eeb48a92cf2f38b282 (patch) | |
tree | 8e554d5152566eb7e65d1c7bc3806e157f05e1c8 /src/nvim/os_unix.c | |
parent | 7a7c933b86cf90f394e9b3b7d1928931a6d32f39 (diff) | |
download | rneovim-690e43b461491507094da8eeb48a92cf2f38b282.tar.gz rneovim-690e43b461491507094da8eeb48a92cf2f38b282.tar.bz2 rneovim-690e43b461491507094da8eeb48a92cf2f38b282.zip |
Enable -Wconversion: Passing-by: Remove dead code (MACOS_CONVERT).
MacOS (pre Mac OS X) is not supported anymore.
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r-- | src/nvim/os_unix.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 |