diff options
Diffstat (limited to 'lparser.h')
-rw-r--r-- | lparser.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -81,7 +81,6 @@ typedef struct expdesc { | |||
81 | 81 | ||
82 | /* description of an active local variable */ | 82 | /* description of an active local variable */ |
83 | typedef struct Vardesc { | 83 | typedef struct Vardesc { |
84 | TString *name; | ||
85 | short idx; /* index of the variable in the Proto's 'locvars' array */ | 84 | short idx; /* index of the variable in the Proto's 'locvars' array */ |
86 | lu_byte ro; /* true if variable is 'const' */ | 85 | lu_byte ro; /* true if variable is 'const' */ |
87 | } Vardesc; | 86 | } Vardesc; |