Skip to content

Commit

Permalink
remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
liz3 committed Nov 17, 2024
1 parent 7165008 commit 945cd26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/vm/compiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ static void initCompiler(Parser *parser, Compiler *compiler, Compiler *parent, F
compiler->function = NULL;
compiler->class = NULL;
compiler->loop = NULL;
compiler->withBlock = -1;
compiler->classAnnotations = NULL;
compiler->methodAnnotations = NULL;
compiler->fieldAnnotations = NULL;
Expand Down
1 change: 0 additions & 1 deletion src/vm/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ typedef struct Compiler {
Upvalue upvalues[UINT8_COUNT];

int scopeDepth;
int withBlock;
ObjDict *classAnnotations;
ObjDict *methodAnnotations;
ObjDict *fieldAnnotations;
Expand Down

0 comments on commit 945cd26

Please sign in to comment.