From 6ee6c7512bdbc836642dfdd607854faced55dfc3 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 8 Jul 2026 09:31:14 +0200 Subject: Remove unused labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since commit 6a9dea943c07 ("Add a new 'check' stage in assemble()"), nasm is now able to detect unused labels. This was then tried on this repository the cleanup labels which were never used. Signed-off-by: Miquel Sabaté Solà --- src/items.s | 1 - 1 file changed, 1 deletion(-) (limited to 'src/items.s') diff --git a/src/items.s b/src/items.s index 1e8a111..0646ad0 100644 --- a/src/items.s +++ b/src/items.s @@ -916,7 +916,6 @@ cmp #ENTER_SCREEN_Y bcc @no - @yes: lda #1 rts @no: -- cgit v1.2.3