Remove use of 'disable_ffi' from FFI based bindings, since it can cause problems with strict environments.

pull/10/head
Robert G. Jakabosky 15 years ago
parent 289d4aab42
commit f13a4ef914

@ -710,11 +710,6 @@ static const char zmq_ffi_lua_code[] = "-- try loading luajit's ffi\n"
"if not stat then\n" "if not stat then\n"
" return\n" " return\n"
"end\n" "end\n"
"-- check if ffi is disabled.\n"
"if disable_ffi then\n"
" print(\"FFI disabled: Using standard Lua api interface.\")\n"
" return\n"
"end\n"
"\n" "\n"
"local _M, _priv, udata_new = ...\n" "local _M, _priv, udata_new = ...\n"
"\n" "\n"

Loading…
Cancel
Save