- rm the commented out code of tpointerdef.createfar

git-svn-id: trunk@24546 -
This commit is contained in:
nickysn 2013-05-21 13:59:36 +00:00
parent a180cd63fb
commit d95c995894

View File

@ -2743,14 +2743,6 @@ implementation
{$endif x86}
{ constructor tpointerdef.createfar(def:tdef);
begin
inherited create(pointerdef,def);
is_far:=true;
has_pointer_math:=cs_pointermath in current_settings.localswitches;
end;}
constructor tpointerdef.ppuload(ppufile:tcompilerppufile);
begin
inherited ppuload(pointerdef,ppufile);