From e0955aea59455dc94b6dca5a82f56f9359adbddc Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 18 Jul 2006 20:45:41 +0000 Subject: [PATCH] - removed unnecessary array git-svn-id: trunk@4253 - --- compiler/arm/cpubase.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/arm/cpubase.pas b/compiler/arm/cpubase.pas index 6c0b2392ee..5ed29d877d 100644 --- a/compiler/arm/cpubase.pas +++ b/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 :