Skip to content

Commit 67e2eb8

Browse files
committed
Wait, no, that's pointless.
ParseLine already catches this and sets the flag.
1 parent b7dc65e commit 67e2eb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

semantic.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ void m68kasm_error(void *scanner, Statement *statement, const char *message)
236236
fprintf(stderr, "Error: %s", message);
237237

238238
ErrorMessageCommon(state);
239-
240-
state->success = cc_false;
241239
}
242240

243241
static void* MallocAndHandleError(SemanticState *state, size_t size)

0 commit comments

Comments
 (0)