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

git-svn-id: trunk@47382 -
This commit is contained in:
pierre 2020-11-10 22:36:31 +00:00
parent 245e0f7cfe
commit 10273e54dd

View File

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