mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Removed some left over debug output
git-svn-id: svn://svn.cc65.org/cc65/trunk@4868 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
85c157f8fa
commit
0e0bb60d21
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user