Skip to content

Commit

Permalink
Wait, no, that's pointless.
Browse files Browse the repository at this point in the history
ParseLine already catches this and sets the flag.
  • Loading branch information
Clownacy committed Sep 9, 2023
1 parent b7dc65e commit 67e2eb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions semantic.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ void m68kasm_error(void *scanner, Statement *statement, const char *message)
fprintf(stderr, "Error: %s", message);

ErrorMessageCommon(state);

state->success = cc_false;
}

static void* MallocAndHandleError(SemanticState *state, size_t size)
Expand Down

0 comments on commit 67e2eb8

Please sign in to comment.