disabled useless warning
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 25 Feb 2003 07:43:32 +0000 (07:43 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 25 Feb 2003 07:43:32 +0000 (07:43 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2312 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/mcs51/ralloc.c

index e6dbda5d701ecb1736334b20222b7dce592adfd1..fedf008f7e476bdddefc78f33d1a14c78ce040be 100644 (file)
@@ -1175,9 +1175,6 @@ serialRegAssign (eBBlock ** ebbs, int count)
                    continue;                 
                }
 
-               if (strcmp(sym->name,"iTemp121")==0) {
-                 printf ("Oops\n");
-               }
                /* if it has a spillocation & is used less than
                   all other live ranges then spill this */
                if (willCS) {