From 2fc6b55dae7a120b4272ca0e9c356d1f96053bd9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 31 Oct 2018 16:25:29 -0300 Subject: Removed resource-related "emergency collections" New to-be-closed variables is a better way to ensure the proper release of resources. --- lauxlib.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lauxlib.h') diff --git a/lauxlib.h b/lauxlib.h index cd4d01e5..9ec0f531 100644 --- a/lauxlib.h +++ b/lauxlib.h @@ -77,8 +77,6 @@ LUALIB_API int (luaL_checkoption) (lua_State *L, int arg, const char *def, LUALIB_API int (luaL_fileresult) (lua_State *L, int stat, const char *fname); LUALIB_API int (luaL_execresult) (lua_State *L, int stat); -LUALIB_API int (luaL_resourcetryagain) (lua_State *L); - /* predefined references */ #define LUA_NOREF (-2) -- cgit v1.2.3-55-g6feb