]> git.sur5r.net Git - cc65/commitdiff
Removed debug code
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 14 Aug 2009 18:32:11 +0000 (18:32 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 14 Aug 2009 18:32:11 +0000 (18:32 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4003 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/coptsize.c

index ad384da6475e4ddc4fa343234675fcd23ddd1fa9..facf6db33d0f334bc1639415730ffad73ea1add0 100644 (file)
@@ -229,8 +229,6 @@ unsigned OptSize1 (CodeSeg* S)
        /* Check if it's a subroutine call */
        if (E->OPC == OP65_JSR && (D = FindCall (E->Arg)) != 0) {
 
-            printf ("Found \"%s\" for \"%s\"\n", D->LongFunc, D->ShortFunc);
-
             /* FindCall finds the first entry that matches our function name.
              * The names are listed in "best match" order, so search for the
              * first one, that fulfills our conditions.