summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/gu/string.h')
-rw-r--r--src/runtime/c/gu/string.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/runtime/c/gu/string.h b/src/runtime/c/gu/string.h
index a24fe3068..4d309d20b 100644
--- a/src/runtime/c/gu/string.h
+++ b/src/runtime/c/gu/string.h
@@ -103,11 +103,6 @@ gu_string_cmp(GuString s1, GuString s2);
extern GU_DECLARE_TYPE(GuString, GuOpaque);
# endif
-# if defined(GU_SEQ_H_) && !defined(GU_STRING_H_SEQ_TYPE_)
-# define GU_STRING_H_SEQ_TYPE_
-extern GU_DECLARE_TYPE(GuStrings, GuSeq);
-# endif
-
# if defined(GU_MAP_H_TYPE_) && !defined(GU_STRING_H_MAP_TYPE_)
# define GU_STRING_H_MAP_TYPE_