diff --git a/lib/nimbase.h b/lib/nimbase.h index 2cb632787a..c811811080 100644 --- a/lib/nimbase.h +++ b/lib/nimbase.h @@ -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! */