Browse Source

- Removed some stuff that is not used anywhere.

git-svn-id: trunk@27595 -
sergei 11 years ago
parent
commit
af52c874d0
2 changed files with 0 additions and 20 deletions
  1. 0 10
      compiler/powerpc/cpubase.pas
  2. 0 10
      compiler/powerpc64/cpubase.pas

+ 0 - 10
compiler/powerpc/cpubase.pas

@@ -206,16 +206,6 @@ uses
         'T','F','DNZ','DNZT','DNZF','DZ','DZT','DZF');
         'T','F','DNZ','DNZT','DNZF','DZ','DZT','DZF');
 
 
 
 
-    const
-      CondAsmOps=3;
-      CondAsmOp:array[0..CondAsmOps-1] of TasmOp=(
-         A_BC, A_TW, A_TWI
-      );
-      CondAsmOpStr:array[0..CondAsmOps-1] of string[7]=(
-        'BC','TW','TWI'
-      );
-
-
 {*****************************************************************************
 {*****************************************************************************
                                    Flags
                                    Flags
 *****************************************************************************}
 *****************************************************************************}

+ 0 - 10
compiler/powerpc64/cpubase.pas

@@ -224,16 +224,6 @@ const
     'LT', 'LE', 'EQ', 'GE', 'GT', 'NL', 'NE', 'NG', 'SO', 'NS', 'UN', 'NU',
     'LT', 'LE', 'EQ', 'GE', 'GT', 'NL', 'NE', 'NG', 'SO', 'NS', 'UN', 'NU',
     'T', 'F', 'DNZ', 'DNZT', 'DNZF', 'DZ', 'DZT', 'DZF');
     'T', 'F', 'DNZ', 'DNZT', 'DNZF', 'DZ', 'DZT', 'DZF');
 
 
-const
-  CondAsmOps = 3;
-  CondAsmOp: array[0..CondAsmOps - 1] of TasmOp = (
-    A_BC, A_TW, A_TWI
-    );
-  CondAsmOpStr:array[0..CondAsmOps-1] of string[7]=(
-    'B','TW','TWI'
-    );
-
-
   {*****************************************************************************
   {*****************************************************************************
                                      Flags
                                      Flags
   *****************************************************************************}
   *****************************************************************************}