Fix #10907 - remove unused typedef string (#10908)

(cherry picked from commit 0378bfa402)
This commit is contained in:
genotrance
2019-03-26 16:20:26 -05:00
committed by narimiran
parent 80e9270580
commit 8b7cd2e19f

View File

@@ -389,8 +389,6 @@ static N_INLINE(NI32, float32ToInt32)(float x) {
NIM_CHAR data[(length) + 1]; \
} name = {{length, (NI) ((NU)length | NIM_STRLIT_FLAG)}, str}
typedef struct TStringDesc* string;
/* declared size of a sequence/variable length array: */
#if defined(__GNUC__) || defined(__clang__) || defined(_MSC_VER)
# define SEQ_DECL_SIZE /* empty is correct! */