Removed unused function 'luaD_inctop'

Commit 3228a97 removed all its uses.
This commit is contained in:
Roberto I
2026-06-03 11:58:39 -03:00
parent 0465c23b3e
commit 40b76de2d7
2 changed files with 0 additions and 7 deletions

6
ldo.c
View File

@@ -430,12 +430,6 @@ void luaD_shrinkstack (lua_State *L) {
luaE_shrinkCI(L); /* shrink CI list */
}
void luaD_inctop (lua_State *L) {
L->top.p++;
luaD_checkstack(L, 1);
}
/* }================================================================== */