mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
Enable -Wconversion: Passing-by: Remove dead code (MACOS_CONVERT).
MacOS (pre Mac OS X) is not supported anymore.
This commit is contained in:

committed by
Justin M. Keyes

parent
7a7c933b86
commit
690e43b461
@@ -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
|
||||
|
Reference in New Issue
Block a user