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/seq.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/runtime/c/gu/seq.c') diff --git a/src/runtime/c/gu/seq.c b/src/runtime/c/gu/seq.c index 48a56fc24..83d7cfd9f 100644 --- a/src/runtime/c/gu/seq.c +++ b/src/runtime/c/gu/seq.c @@ -465,8 +465,3 @@ gu_buf_out(GuBuf* buf, GuPool* pool) bout->buf = buf; return gu_new_out(&bout->stream, pool); } - -#include - -GU_DEFINE_KIND(GuSeq, GuOpaque); -GU_DEFINE_KIND(GuBuf, abstract); -- cgit v1.2.3