Sfoglia il codice sorgente

- removed unnecessary array

git-svn-id: trunk@4253 -
florian 19 anni fa
parent
commit
e0955aea59
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      compiler/arm/cpubase.pas

+ 0 - 2
compiler/arm/cpubase.pas

@@ -399,8 +399,6 @@ unit cpubase;
 
 
     function reg_cgsize(const reg: tregister): tcgsize;
-      const subreg2cgsize:array[Tsubregister] of Tcgsize =
-            (OS_NO,OS_8,OS_8,OS_16,OS_32,OS_64,OS_NO,OS_NO,OS_NO,OS_NO,OS_NO);
       begin
         case getregtype(reg) of
           R_INTREGISTER :