diff options
Diffstat (limited to 'libs/liblua/src')
-rw-r--r-- | libs/liblua/src/lstate.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/liblua/src/lstate.c b/libs/liblua/src/lstate.c index 8815afb95f..c1a76643c3 100644 --- a/libs/liblua/src/lstate.c +++ b/libs/liblua/src/lstate.c @@ -339,9 +339,6 @@ LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { LUA_API void lua_close (lua_State *L) { - if (!L) - return; - L = G(L)->mainthread; /* only the main thread can be closed */ lua_lock(L); close_state(L); |