Skip to content

Commit 0e9bfbf

Browse files
committed
gas64 : removal of useless print
1 parent 283c3bd commit 0e9bfbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/ir-gas64.bas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ private sub check_optim(byref code as string)
411411
static as string prevpart1,prevpart2,prevmov
412412
static as long prevwpos,flag
413413
dim as long poschar1,poschar2,writepos
414-
print code
415414
if len(code)=0 then
416415
prevpart1="":prevpart2="":prevmov="":flag=KUSE_MOV ''reinit statics
417416
exit sub

0 commit comments

Comments
 (0)