From 6ad6975c422cc00045f8343c68ae2e1a716a0507 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 25 Feb 2025 04:44:42 -0500 Subject: listamsb: remove unreachable code. --- listamsb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/listamsb.c b/listamsb.c index a8a3e86..5a1aac4 100644 --- a/listamsb.c +++ b/listamsb.c @@ -126,7 +126,6 @@ int next_line(void) { continue; } } - putc(byte, outfile); } else if(byte == ':') { /* don't print the colon if the next token is a ! or ' for a comment */ unsigned char next = read_byte(); -- cgit v1.2.3