Browse Source

Do not set USE_FAKE_SYSUTILS for MacOS anymore

git-svn-id: trunk@47485 -
pierre 4 years ago
parent
commit
5b3240c8f1
1 changed files with 0 additions and 4 deletions
  1. 0 4
      compiler/utils/ppumove.pp

+ 0 - 4
compiler/utils/ppumove.pp

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