From b85816b9a884cbe4cfd139a8e11ffc28ecead576 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 21 Oct 2022 09:18:13 -0300 Subject: Removed test function 'luaH_isdummy' It was not being used anywhere. --- ltable.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ltable.c') diff --git a/ltable.c b/ltable.c index d03e7486..cc7993e0 100644 --- a/ltable.c +++ b/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 -- cgit v1.2.3-55-g6feb