Removed unused field 'UpVal.tbc'

This commit is contained in:
Roberto Ierusalimschy
2022-11-08 10:15:10 -03:00
parent 9ede317c70
commit be908a7d4d
2 changed files with 2 additions and 4 deletions

View File

@@ -628,7 +628,6 @@ typedef struct Proto {
*/
typedef struct UpVal {
CommonHeader;
lu_byte tbc; /* true if it represents a to-be-closed variable */
union {
TValue *p; /* points to stack or to its own value */
ptrdiff_t offset; /* used while the stack is being reallocated */