aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/term.c
diff options
context:
space:
mode:
authorEliseo Martínez <eliseomarmol@gmail.com>2015-02-11 18:46:00 +0100
committerJustin M. Keyes <justinkz@gmail.com>2015-02-18 20:54:12 -0500
commit690e43b461491507094da8eeb48a92cf2f38b282 (patch)
tree8e554d5152566eb7e65d1c7bc3806e157f05e1c8 /src/nvim/term.c
parent7a7c933b86cf90f394e9b3b7d1928931a6d32f39 (diff)
downloadrneovim-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/term.c')
-rw-r--r--src/nvim/term.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/term.c b/src/nvim/term.c
index bdeebc7f6e..a16c1a59ca 100644
--- a/src/nvim/term.c
+++ b/src/nvim/term.c
@@ -161,10 +161,6 @@ void term_init(void)
setbuf(stdout, NULL);
out_flush();
-
-#ifdef MACOS_CONVERT
- mac_conv_init();
-#endif
}
/*