From 2a49e4e1d64ef2df0bb2a8a3822f7fa1048e687f Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 17 Sep 2013 12:45:00 +0000 Subject: a major refactoring in the C runtime. GuList is now removed and replaced with GuSeq. The GuSeq/GuBuf API is simplified --- src/runtime/c/gu/string.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/runtime/c/gu/string.c') diff --git a/src/runtime/c/gu/string.c b/src/runtime/c/gu/string.c index c8b443daf..26b4f1f80 100644 --- a/src/runtime/c/gu/string.c +++ b/src/runtime/c/gu/string.c @@ -504,5 +504,4 @@ GuHasher gu_string_hasher[1] = { GU_DEFINE_TYPE(GuString, GuOpaque, _); -GU_DEFINE_TYPE(GuStrings, GuSeq, gu_type(GuString)); GU_DEFINE_KIND(GuStringMap, GuMap); -- cgit v1.2.3