From 8cdaa82bb9312e9ff4f965b4d9662d11ae0add10 Mon Sep 17 00:00:00 2001 From: johanknol Date: Tue, 25 Feb 2003 07:43:32 +0000 Subject: [PATCH] disabled useless warning git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2312 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/mcs51/ralloc.c | 3 --- 1 file changed, 3 deletions(-) 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) { -- 2.30.2