From 0e0bb60d219064d0d9d27d2dacc26bc8478059b5 Mon Sep 17 00:00:00 2001 From: uz Date: Tue, 16 Nov 2010 10:14:56 +0000 Subject: [PATCH] Removed some left over debug output git-svn-id: svn://svn.cc65.org/cc65/trunk@4868 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/copttest.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cc65/copttest.c b/src/cc65/copttest.c index 1ba2182c2..bc1279840 100644 --- a/src/cc65/copttest.c +++ b/src/cc65/copttest.c @@ -162,8 +162,6 @@ unsigned OptTest2 (CodeSeg* S) strcmp (L[0]->Arg, L[1]->Arg) == 0 && (GetRegInfo (S, I+2, L[1]->Chg) & L[1]->Chg) == 0) { - printf ("Deleting\n"); - /* Remove the load */ CS_DelEntry (S, I+1); ++Changes;