- Removed some stuff that is not used anywhere.

git-svn-id: trunk@27595 -
This commit is contained in:
sergei 2014-04-18 18:34:53 +00:00
parent f105f3f667
commit af52c874d0
2 changed files with 0 additions and 20 deletions

View File

@ -206,16 +206,6 @@ uses
'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
*****************************************************************************}

View File

@ -224,16 +224,6 @@ const
'LT', 'LE', 'EQ', 'GE', 'GT', 'NL', 'NE', 'NG', 'SO', 'NS', 'UN', 'NU',
'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
*****************************************************************************}