Browse Source

Do not set USE_FAKE_SYSUTILS for MacOS anymore

git-svn-id: trunk@47485 -
pierre 4 năm trước cách đây
mục cha
commit
5b3240c8f1
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      compiler/utils/ppumove.pp

+ 0 - 4
compiler/utils/ppumove.pp

@@ -24,10 +24,6 @@
 Program ppumove;
 uses
 
-{$IFDEF MACOS}
-{$DEFINE USE_FAKE_SYSUTILS}
-{$ENDIF MACOS}
-
 {$IFNDEF USE_FAKE_SYSUTILS}
   sysutils,
 {$ELSE}