From: johanknol Date: Tue, 25 Feb 2003 07:43:32 +0000 (+0000) Subject: disabled useless warning X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8cdaa82bb9312e9ff4f965b4d9662d11ae0add10;hp=0e012c194423bb0ee12622ef1d3690d705d84fa0;p=fw%2Fsdcc disabled useless warning git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2312 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/mcs51/ralloc.c b/src/mcs51/ralloc.c index e6dbda5d..fedf008f 100644 --- a/src/mcs51/ralloc.c +++ b/src/mcs51/ralloc.c @@ -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) {