Drop openresty specific luajit extensions

This commit is contained in:
Alex Orlenko
2023-07-20 01:02:23 +01:00
parent 483e6be207
commit fac39a2f46
5 changed files with 19 additions and 58 deletions
-3
View File
@@ -101,9 +101,6 @@ extern "C" {
pub fn lua_close(L: *mut lua_State);
pub fn lua_newthread(L: *mut lua_State) -> *mut lua_State;
#[cfg(all(feature = "luajit", feature = "vendored"))]
pub fn lua_resetthread(L: *mut lua_State, th: *mut lua_State);
pub fn lua_atpanic(L: *mut lua_State, panicf: lua_CFunction) -> lua_CFunction;
//