no more linehook field in CallInfo

This commit is contained in:
Roberto Ierusalimschy
2002-01-18 15:39:06 -02:00
parent 931ee346e3
commit 448517e47e
3 changed files with 14 additions and 9 deletions

View File

@@ -82,7 +82,6 @@ typedef struct stringtable {
typedef struct CallInfo {
StkId base; /* base for called function */
const Instruction *savedpc;
lua_Hook linehook;
StkId top; /* top for this function (when it's a Lua function) */
const Instruction **pc;
/* extra information for line tracing */