1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 18:57:06 +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:
uz 2010-11-16 10:14:56 +00:00
parent 85c157f8fa
commit 0e0bb60d21

View File

@ -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;