From 8b7cd2e19f1a425cbc6b1a673a028748de1b3e82 Mon Sep 17 00:00:00 2001 From: genotrance Date: Tue, 26 Mar 2019 16:20:26 -0500 Subject: [PATCH] Fix #10907 - remove unused typedef string (#10908) (cherry picked from commit 0378bfa40213d77e3c0fb5f35dcb11cadd42256c) --- lib/nimbase.h | 2 -- 1 file changed, 2 deletions(-) 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! */