mirror of
https://github.com/cc65/cc65.git
synced 2025-02-04 13:32:54 +00:00
Removed debug code
git-svn-id: svn://svn.cc65.org/cc65/trunk@4003 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
50b410eb32
commit
4a5ceb13c7
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user