mirror of
https://github.com/lua/lua.git
synced 2024-12-05 08:03:25 +08:00
Removed test function 'luaH_isdummy'
It was not being used anywhere.
This commit is contained in:
parent
c954db3924
commit
b85816b9a8
2
ltable.c
2
ltable.c
@ -975,6 +975,4 @@ Node *luaH_mainposition (const Table *t, const TValue *key) {
|
||||
return mainpositionTV(t, key);
|
||||
}
|
||||
|
||||
int luaH_isdummy (const Table *t) { return isdummy(t); }
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user