From 8c51804d525b771e0751603d0cb4470249dc0ae0 Mon Sep 17 00:00:00 2001 From: Nicolas Hillegeer Date: Wed, 4 Jun 2014 15:03:29 +0200 Subject: 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. --- src/nvim/os_unix.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/nvim/os_unix.c') 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 #endif -/* shared library access */ -#if defined(HAVE_DLFCN_H) && defined(USE_DLOPEN) -# include -#endif - #ifdef HAVE_SELINUX # include static int selinux_enabled = -1; -- cgit