Skip to content

Commit

Permalink
remove already defined one
Browse files Browse the repository at this point in the history
  • Loading branch information
4z0t committed Dec 1, 2024
1 parent b649c4f commit afac055
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions section/Lua/TableFuncs.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ const luaL_reg RegTableFuncsDesc[] = {{"getsize", &lua_tablesize},
{"clone", &TableClone},
{nullptr, nullptr}};

extern const luaL_reg original_table_funcs[] asm("0x00D47418");

SHARED int __cdecl lua_openlibtable(lua_State *L)
{
luaL_openlib(L, "table", original_table_funcs, 0);
Expand Down

0 comments on commit afac055

Please sign in to comment.