From 4ad33f01b6b00da9739266d1d5b08cf3c155ed9c Mon Sep 17 00:00:00 2001 From: olle Date: Wed, 14 Jul 2004 21:37:41 +0000 Subject: [PATCH] - removed unused types --- compiler/symdef.pas | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compiler/symdef.pas b/compiler/symdef.pas index 4499820a0a..0cf53a55c5 100644 --- a/compiler/symdef.pas +++ b/compiler/symdef.pas @@ -742,7 +742,6 @@ interface s64floattype, { pointer for realconstn } s80floattype, { pointer to type of temp. floats } s64currencytype, { pointer to a currency type } - s32fixedtype, { pointer to type of temp. fixed } cshortstringtype, { pointer to type of short string const } clongstringtype, { pointer to type of long string const } {$ifdef ansistring_bits} @@ -763,7 +762,6 @@ interface { we use only one variant def for every variant class } cvarianttype, colevarianttype, - ordpointertype, { default integer type s32inttype on 32 bit systems, s64bittype on 64 bit systems } sinttype, uinttype, @@ -6132,7 +6130,10 @@ implementation end. { $Log$ - Revision 1.246 2004-07-12 09:14:04 jonas + Revision 1.247 2004-07-14 21:37:41 olle + - removed unused types + + Revision 1.246 2004/07/12 09:14:04 jonas * inline procedures at the node tree level, but only under some very limited circumstances for now (only procedures, and only if they have no or only vs_out/vs_var parameters).