Explorar o código

- removed unnecessary array

git-svn-id: trunk@4253 -
florian %!s(int64=19) %!d(string=hai) anos
pai
achega
e0955aea59
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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 :