aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
diff options
context:
space:
mode:
authorNicolas Hillegeer <nicolas@hillegeer.com>2014-06-04 15:03:29 +0200
committerJustin M. Keyes <justinkz@gmail.com>2014-06-28 14:44:17 -0400
commit8c51804d525b771e0751603d0cb4470249dc0ae0 (patch)
tree0ddf05ea55842969d23a9f1dfe41c980150c3fca /src/nvim/eval.c
parentbbb649ac696e2c8f8ec3a1cd46e8b1b1803ce9d1 (diff)
downloadrneovim-8c51804d525b771e0751603d0cb4470249dc0ae0.tar.gz
rneovim-8c51804d525b771e0751603d0cb4470249dc0ae0.tar.bz2
rneovim-8c51804d525b771e0751603d0cb4470249dc0ae0.zip
libcall: remove libcall ifdefs
Remove all the legacy code that related to mch_libcall in some way. os_libcall is implemented on top of libuv now.
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r--src/nvim/eval.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c
index 4c730fc5da..3abc148e8f 100644
--- a/src/nvim/eval.c
+++ b/src/nvim/eval.c
@@ -9674,9 +9674,7 @@ static void f_has(typval_T *argvars, typval_T *rettv)
"jumplist",
"keymap",
"langmap",
-#ifdef FEAT_LIBCALL
"libcall",
-#endif
"linebreak",
"lispindent",
"listcmds",