mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 11:29:36 +01:00
- rm the commented out code of tpointerdef.createfar
git-svn-id: trunk@24546 -
This commit is contained in:
parent
a180cd63fb
commit
d95c995894
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user