Procházet zdrojové kódy

* removed no longer used simplify_ppu global

git-svn-id: trunk@31445 -
Jonas Maebe před 10 roky
rodič
revize
bc62795f15
2 změnil soubory, kde provedl 1 přidání a 6 odebrání
  1. 0 5
      compiler/globals.pas
  2. 1 1
      compiler/pmodules.pas

+ 0 - 5
compiler/globals.pas

@@ -341,11 +341,6 @@ interface
     const
        DLLsource : boolean = false;
 
-       { used to set all registers used for each global function
-         this should dramatically decrease the number of
-         recompilations needed PM }
-       simplify_ppu : boolean = true;
-
        Inside_asm_statement : boolean = false;
 
        global_unit_count : word = 0;

+ 1 - 1
compiler/pmodules.pas

@@ -1239,7 +1239,7 @@ type
            end;
 {$ifdef EXTDEBUG}
          if not(cs_compilesystem in current_settings.moduleswitches) then
-           if (store_crc<>current_module.crc) and simplify_ppu then
+           if (store_crc<>current_module.crc) then
              Message1(unit_u_implementation_crc_changed,current_module.ppufilename);
 {$endif EXTDEBUG}