Browse Source

- removed unnecessary array

git-svn-id: trunk@4253 -
florian 19 years ago
parent
commit
e0955aea59
1 changed files with 0 additions and 2 deletions
  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;
     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
       begin
         case getregtype(reg) of
         case getregtype(reg) of
           R_INTREGISTER :
           R_INTREGISTER :