소스 검색

* patch by lag programming: Code cleanup at function TAOptBase.RegInInstruction, resolves #40952

florian 9 달 전
부모
커밋
32d0531c71
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      compiler/aoptbase.pas

+ 0 - 1
compiler/aoptbase.pas

@@ -142,7 +142,6 @@ unit aoptbase;
       for Count:=0 to TInstr(p1).ops-1 do
         if RegInOp(Reg, TInstr(p1).oper[Count]^) then
           exit(true);
-      result:=false;
     End;