mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 11:49:23 +02:00
* remove extdebug register unused warning, it is obsolete with the ssa for registers
git-svn-id: trunk@4540 -
This commit is contained in:
parent
e08bf34689
commit
84d652e3c9
@ -1492,11 +1492,7 @@ unit rgobj;
|
||||
list.insertbefore(pdealloc,p)
|
||||
else
|
||||
list.concat(pdealloc);
|
||||
end
|
||||
{$ifdef EXTDEBUG}
|
||||
else
|
||||
Comment(V_Warning,'Register '+std_regname(r)+' not used');
|
||||
{$endif EXTDEBUG}
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user