mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-21 14:50:46 +01: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)
|
list.insertbefore(pdealloc,p)
|
||||||
else
|
else
|
||||||
list.concat(pdealloc);
|
list.concat(pdealloc);
|
||||||
end
|
end;
|
||||||
{$ifdef EXTDEBUG}
|
|
||||||
else
|
|
||||||
Comment(V_Warning,'Register '+std_regname(r)+' not used');
|
|
||||||
{$endif EXTDEBUG}
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user