Browse Source

Remove setting of USE_FAKE_SYSUTILS macro for MacOSClassic, as sysutils is now compiled for that OS

git-svn-id: trunk@47382 -
pierre 4 years ago
parent
commit
10273e54dd
1 changed files with 0 additions and 4 deletions
  1. 0 4
      compiler/fpcdefs.inc

+ 0 - 4
compiler/fpcdefs.inc

@@ -314,10 +314,6 @@
   {$define cpucapabilities}
 {$endif z80}
 
-{$IFDEF MACOS}
-{$DEFINE USE_FAKE_SYSUTILS}
-{$ENDIF MACOS}
-
 {$ifdef riscv64}
   {$define riscv}
   {$define cpu64bit}