summary refs log tree commit diff stats
path: root/lib/nimbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nimbase.h')
-rw-r--r--lib/nimbase.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h
index f7e41f2b1..378b66278 100644
--- a/lib/nimbase.h
+++ b/lib/nimbase.h
@@ -421,18 +421,4 @@ struct NimException {
 };
 #endif
 
-#if 0
-typedef struct TStringDesc {
-  NI len;
-  NI space;
-  NIM_CHAR data[1]; /* SEQ_DECL_SIZE]; */
-} TStringDesc;
-
-typedef struct {
-  NI len, space;
-} TGenericSeq;
-
-typedef TGenericSeq* PGenericSeq;
-#endif
-
 #endif