Browse Source

* Remove MMM after discussion on core

Michaël Van Canneyt 5 months ago
parent
commit
922457e5b5
1 changed files with 0 additions and 6 deletions
  1. 0 6
      compiler/pp.pas

+ 0 - 6
compiler/pp.pas

@@ -51,7 +51,6 @@ program pp;
   Other compiler switches
   Other compiler switches
   -----------------------------------------------------------------
   -----------------------------------------------------------------
   CMEM                use cmem unit for better memory debugging
   CMEM                use cmem unit for better memory debugging
-  MMM                 use Mormot Memory Manager for faster memory management. x86_64 only.
 =======
 =======
   DEBUG               version with debug code is generated
   DEBUG               version with debug code is generated
   EXTDEBUG            some extra debug code is executed
   EXTDEBUG            some extra debug code is executed
@@ -242,11 +241,6 @@ uses
 {$ifdef heaptrc}
 {$ifdef heaptrc}
   ppheap,
   ppheap,
 {$endif heaptrc}
 {$endif heaptrc}
-{$IFDEF CPUX86_64}
-{$IFDEF MMM}
-  mormot.core.fpcx64mm,
-{$ENDIF}
-{$ENDIF}
 {$ifdef cmem}
 {$ifdef cmem}
   cmem,
   cmem,
 {$endif cmem}
 {$endif cmem}