8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:43:04 +01:00

comment cleanup STEXT and UTEXT not used anywhere

This commit is contained in:
mapopa 2012-02-12 14:54:34 +00:00
parent 8654cf08f3
commit 25d006ecdf

View File

@ -102,8 +102,6 @@ struct lstring
typedef unsigned char BOOLEAN;
typedef char TEXT; /* To be expunged over time */
/*typedef unsigned char STEXT; Signed text - not used
typedef unsigned char UTEXT; Unsigned text - not used */
typedef unsigned char BYTE; /* Unsigned byte - common */
/*typedef char SBYTE; Signed byte - not used */
typedef intptr_t IPTR;