diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-10-21 09:18:13 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-10-21 09:18:13 -0300 |
| commit | b85816b9a884cbe4cfd139a8e11ffc28ecead576 (patch) | |
| tree | 0bc645f14b899169fab9d99a174661156bfa40ae /ltable.c | |
| parent | c954db39241a8b21d7b32b42b87a066b4708f969 (diff) | |
| download | lua-b85816b9a884cbe4cfd139a8e11ffc28ecead576.tar.gz lua-b85816b9a884cbe4cfd139a8e11ffc28ecead576.tar.bz2 lua-b85816b9a884cbe4cfd139a8e11ffc28ecead576.zip | |
Removed test function 'luaH_isdummy'
It was not being used anywhere.
Diffstat (limited to 'ltable.c')
| -rw-r--r-- | ltable.c | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -975,6 +975,4 @@ Node *luaH_mainposition (const Table *t, const TValue *key) { | |||
| 975 | return mainpositionTV(t, key); | 975 | return mainpositionTV(t, key); |
| 976 | } | 976 | } |
| 977 | 977 | ||
| 978 | int luaH_isdummy (const Table *t) { return isdummy(t); } | ||
| 979 | |||
| 980 | #endif | 978 | #endif |
