瀏覽代碼

* unused data structure removed

git-svn-id: trunk@35523 -
florian 8 年之前
父節點
當前提交
a8ba81a585
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      compiler/x86/rgx86.pas

+ 0 - 6
compiler/x86/rgx86.pas

@@ -48,11 +48,6 @@ unit rgx86;
        tpushedsavedfpu = array[tsuperregister] of tpushedsavedloc;
 
        trgx86fpu = class
-          { The "usableregsxxx" contain all registers of type "xxx" that }
-          { aren't currently allocated to a regvar. The "unusedregsxxx"  }
-          { contain all registers of type "xxx" that aren't currently    }
-          { allocated                                                    }
-          unusedregsfpu,usableregsfpu : Tsuperregisterset;
           { these counters contain the number of elements in the }
           { unusedregsxxx/usableregsxxx sets                     }
           countunusedregsfpu : byte;
@@ -428,7 +423,6 @@ implementation
     constructor Trgx86fpu.create;
       begin
         used_in_proc:=[];
-        unusedregsfpu:=usableregsfpu;
       end;