]> git.sur5r.net Git - cc65/blobdiff - src/ca65/main.c
Removed a now-redundant line.
[cc65] / 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)) {