* removed no longer used simplify_ppu global

git-svn-id: trunk@31445 -
This commit is contained in:
Jonas Maebe 2015-08-28 22:31:24 +00:00
parent 21066ba3f3
commit bc62795f15
2 changed files with 1 additions and 6 deletions

View File

@ -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;

View File

@ -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}