Browse Source

- rm the commented out code of tpointerdef.createfar

git-svn-id: trunk@24546 -
nickysn 12 years ago
parent
commit
d95c995894
1 changed files with 0 additions and 8 deletions
  1. 0 8
      compiler/symdef.pas

+ 0 - 8
compiler/symdef.pas

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