Преглед на файлове

- rm the commented out code of tpointerdef.createfar

git-svn-id: trunk@24546 -
nickysn преди 12 години
родител
ревизия
d95c995894
променени са 1 файла, в които са добавени 0 реда и са изтрити 8 реда
  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);