소스 검색

* cleanup

git-svn-id: trunk@36960 -
florian 8 년 전
부모
커밋
7f72c780d8
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      compiler/options.pas

+ 0 - 3
compiler/options.pas

@@ -3423,11 +3423,8 @@ begin
 {$endif}
 {$endif}
 
-{ these cpus have an inline sar implementaion }
 { currently, all supported CPUs have an internal sar implementation }
-{ $if defined(x86) or defined(arm) or defined(powerpc) or defined(powerpc64) or defined(sparc) or defined(mips)}
   def_system_macro('FPC_HAS_INTERNAL_SAR');
-{ $endif}
 
 {$ifdef powerpc64}
   def_system_macro('FPC_HAS_LWSYNC');