diff options
Diffstat (limited to 'lbaselib.c')
-rw-r--r-- | lbaselib.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -198,10 +198,6 @@ static int luaB_newtype (lua_State *L) { | |||
198 | return 1; | 198 | return 1; |
199 | } | 199 | } |
200 | 200 | ||
201 | static int luaB_copytagmethods (lua_State *L) { | ||
202 | lua_pushnumber(L, lua_copytagmethods(L, gettag(L, 1), gettag(L, 2))); | ||
203 | return 1; | ||
204 | } | ||
205 | 201 | ||
206 | static int luaB_globals (lua_State *L) { | 202 | static int luaB_globals (lua_State *L) { |
207 | lua_getglobals(L); /* value to be returned */ | 203 | lua_getglobals(L); /* value to be returned */ |
@@ -697,7 +693,6 @@ static const luaL_reg base_funcs[] = { | |||
697 | {l_s(LUA_ERRORMESSAGE), luaB__ERRORMESSAGE}, | 693 | {l_s(LUA_ERRORMESSAGE), luaB__ERRORMESSAGE}, |
698 | {l_s("call"), luaB_call}, | 694 | {l_s("call"), luaB_call}, |
699 | {l_s("collectgarbage"), luaB_collectgarbage}, | 695 | {l_s("collectgarbage"), luaB_collectgarbage}, |
700 | {l_s("copytagmethods"), luaB_copytagmethods}, | ||
701 | {l_s("dofile"), luaB_dofile}, | 696 | {l_s("dofile"), luaB_dofile}, |
702 | {l_s("dostring"), luaB_dostring}, | 697 | {l_s("dostring"), luaB_dostring}, |
703 | {l_s("error"), luaB_error}, | 698 | {l_s("error"), luaB_error}, |