aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.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/os_unix.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/os_unix.c')
-rw-r--r--src/nvim/os_unix.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c
index 36194d8692..01c2ef4164 100644
--- a/src/nvim/os_unix.c
+++ b/src/nvim/os_unix.c
@@ -70,11 +70,6 @@
# include <termios.h>
#endif
-/* shared library access */
-#if defined(HAVE_DLFCN_H) && defined(USE_DLOPEN)
-# include <dlfcn.h>
-#endif
-
#ifdef HAVE_SELINUX
# include <selinux/selinux.h>
static int selinux_enabled = -1;