Sfoglia il codice sorgente

- rm the commented out code of tpointerdef.createfar

git-svn-id: trunk@24546 -
nickysn 12 anni fa
parent
commit
d95c995894
1 ha cambiato i file con 0 aggiunte e 8 eliminazioni
  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);