We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b3799 commit d36003eCopy full SHA for d36003e
1 file changed
repl/repl.c
@@ -718,8 +718,6 @@ bool Repl_Loop(repl_state_t* repl, repl_ui_context_t* context)
718
malloc(sizeof(metac_token_t) * estimatedTokenCount);
719
fileLexer->TokenCount = 0;
720
fileLexer->TokenCapacity = estimatedTokenCount;
721
- fileLexer->Tokens = cast(metac_token_t*)
722
- malloc(sizeof(metac_token_t) * estimatedTokenCount);
723
724
fileLexer->LocationStorage.Locations = cast(metac_location_t*)
725
malloc(sizeof(metac_location_t) * estimatedTokenCount);
0 commit comments