From 02fe49a7646807964d214605a478c90d82d2c8a3 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 12 May 2024 20:13:19 -0400 Subject: Deprecate interfaces (RIP) --- types.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'types.h') diff --git a/types.h b/types.h index 1de2a94f..df913de5 100644 --- a/types.h +++ b/types.h @@ -52,7 +52,6 @@ struct type_s { PointerType, StructType, EnumType, - InterfaceType, TypeInfoType, ModuleType, } tag; @@ -99,12 +98,6 @@ struct type_s { bool opaque; struct env_s *env; } EnumType; - struct { - const char *name, *type_parameter; - arg_t *fields; - bool opaque; - struct env_s *env; - } InterfaceType; struct { const char *name; type_t *type; -- cgit v1.2.3