Browse Source

* debug statement removed

git-svn-id: trunk@44234 -
florian 5 years ago
parent
commit
2acc6337d8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/x86/aoptx86.pas

+ 0 - 1
compiler/x86/aoptx86.pas

@@ -2021,7 +2021,6 @@ unit aoptx86;
                           begin
                             DebugMsg(SPeepholeOptimization + 'MovMovXX2MovXX 1 done',p);
                             taicpu(hp1).loadref(0,taicpu(p).oper[0]^.ref^);
-                            writeln(taicpu(hp1).oper[0]^.typ);
                             RemoveCurrentP(p);
                             Result:=True;
                             Exit;