cleanup: remove leftover definition

ecl_dynamic_ffi was removed long time ago.
This commit is contained in:
Daniel Kochmanski 2017-05-13 18:53:55 +02:00
parent 3fdb362b21
commit 4ace366a6e

View file

@ -102,11 +102,6 @@
/* We have libffi and can use it */
/*#undef HAVE_LIBFFI*/
/* We have non-portable implementation of FFI calls */
#ifndef _M_X64
# define ECL_DYNAMIC_FFI 1
#endif
/* Use mprotect for fast interrupt dispatch */
/* #undef ECL_USE_MPROTECT */
#if defined(_MSC_VER) || defined(mingw32)