summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorgenotrance <dev@genotrance.com>2019-03-26 16:20:26 -0500
committerGitHub <noreply@github.com>2019-03-26 16:20:26 -0500
commit0378bfa40213d77e3c0fb5f35dcb11cadd42256c (patch)
tree49640407ece9d591a2f3c1ae132dc55e2cdfba60
parentd9913593c1329aba7c84f1887d82e730c852c4d8 (diff)
downloadNim-0378bfa40213d77e3c0fb5f35dcb11cadd42256c.tar.gz
Fix #10907 - remove unused typedef string (#10908)
-rw-r--r--lib/nimbase.h2
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! */