diff options
author | genotrance <dev@genotrance.com> | 2019-03-26 16:20:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-26 16:20:26 -0500 |
commit | 0378bfa40213d77e3c0fb5f35dcb11cadd42256c (patch) | |
tree | 49640407ece9d591a2f3c1ae132dc55e2cdfba60 | |
parent | d9913593c1329aba7c84f1887d82e730c852c4d8 (diff) | |
download | Nim-0378bfa40213d77e3c0fb5f35dcb11cadd42256c.tar.gz |
Fix #10907 - remove unused typedef string (#10908)
-rw-r--r-- | lib/nimbase.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h index 9fd475c85..d06ed7cba 100644 --- a/lib/nimbase.h +++ b/lib/nimbase.h @@ -394,8 +394,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! */ |