From 42754c0f15ded97342d3aa67f719e1962fab702a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 20 Dec 2001 19:26:52 -0200 Subject: small optimizations --- ldo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ldo.h') diff --git a/ldo.h b/ldo.h index 100bc3d1..769fccb9 100644 --- a/ldo.h +++ b/ldo.h @@ -23,7 +23,6 @@ void luaD_init (lua_State *L, int stacksize); -void luaD_adjusttop (lua_State *L, StkId newtop); void luaD_lineHook (lua_State *L, int line, lua_Hook linehook); void luaD_callHook (lua_State *L, lua_Hook callhook, const char *event); StkId luaD_precall (lua_State *L, StkId func); -- cgit v1.2.3-55-g6feb