소스 검색

- remote accidently committed printnode call

git-svn-id: trunk@44099 -
florian 5 년 전
부모
커밋
91696d2cf3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      compiler/ncnv.pas

+ 0 - 1
compiler/ncnv.pas

@@ -3140,7 +3140,6 @@ implementation
               else if (convtype=tc_int_2_int) and
                 is_currency(resultdef) then
                 begin
-                  printnode(self);
                   v:=tordconstnode(left).value;
                   if not(nf_internal in flags) and not(is_currency(left.resultdef)) then
                     v:=v*10000;