From 86e9acc7a7b714307e08ab25117ca03cecb00936 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 9 Oct 2014 13:44:26 +0000 Subject: throw away the long obsolete runtime type information in the C runtime --- src/runtime/c/gu/string.c | 5 ----- 1 file changed, 5 deletions(-) (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 969ac709a..3a61a33c2 100644 --- a/src/runtime/c/gu/string.c +++ b/src/runtime/c/gu/string.c @@ -1,4 +1,3 @@ -#include #include #include #include @@ -230,7 +229,3 @@ GuHasher gu_string_hasher[1] = { .hash = gu_string_hasher_hash } }; - - -GU_DEFINE_KIND(GuString, pointer); -GU_DEFINE_KIND(GuStringMap, GuMap); -- cgit v1.2.3