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.h | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'src/runtime/c/gu/string.h') diff --git a/src/runtime/c/gu/string.h b/src/runtime/c/gu/string.h index 46244b96c..111050606 100644 --- a/src/runtime/c/gu/string.h +++ b/src/runtime/c/gu/string.h @@ -66,28 +66,6 @@ gu_string_hash(GuHash h, GuString s); extern GuHasher gu_string_hasher[1]; #endif -#ifdef GU_TYPE_H_ -# ifndef GU_STRING_H_TYPE_ -# define GU_STRING_H_TYPE_ - -extern GU_DECLARE_KIND(GuString); -# endif - -# if defined(GU_MAP_H_TYPE_) && !defined(GU_STRING_H_MAP_TYPE_) -# define GU_STRING_H_MAP_TYPE_ - -extern GU_DECLARE_KIND(GuStringMap); -typedef GuType_GuMap GuType_GuStringMap; - -#define GU_TYPE_INIT_GuStringMap(KIND, MAP_T, VAL_T, DEFAULT) \ - GU_TYPE_INIT_GuMap(KIND, MAP_T, \ - gu_type(GuString), gu_string_hasher, \ - VAL_T, DEFAULT) - -# endif -#endif - - #if defined(GU_SEQ_H_) && !defined(GU_STRING_H_SEQ_) #define GU_STRING_H_SEQ_ -- cgit v1.2.3