]> git.sur5r.net Git - cc65/commitdiff
Removed a now-redundant line.
authorGreg King <gregdk@users.sf.net>
Sat, 30 Nov 2013 13:24:58 +0000 (08:24 -0500)
committerGreg King <gregdk@users.sf.net>
Sat, 30 Nov 2013 13:24:58 +0000 (08:24 -0500)
src/ca65/main.c

index da826f4db3718a890c0e627f45946a1276647689..85474f69367fc47b2d1e49e10e9bfea6715616f7 100644 (file)
@@ -768,8 +768,7 @@ static void OneLine (void)
     } else if (Mac != 0) {
         /* A macro expansion */
         MacExpandStart (Mac);
-    } else if (Instr >= 0 ||
-               (UbiquitousIdents && ((Instr = FindInstruction (&CurTok.SVal)) >= 0))) {
+    } else if (Instr >= 0) {
         /* A mnemonic - assemble one instruction */
         HandleInstruction (Instr);
     } else if (PCAssignment && (CurTok.Tok == TOK_STAR || CurTok.Tok == TOK_PC)) {