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) --- ast.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ast.h') diff --git a/ast.h b/ast.h index 97bbd886..4307532b 100644 --- a/ast.h +++ b/ast.h @@ -111,7 +111,7 @@ typedef enum { Skip, Stop, Pass, Return, Extern, - StructDef, EnumDef, LangDef, InterfaceDef, + StructDef, EnumDef, LangDef, Index, FieldAccess, Optional, DocTest, Use, @@ -249,11 +249,6 @@ struct ast_s { const char *name; ast_t *namespace; } LangDef; - struct { - const char *name; - arg_ast_t *fields; - ast_t *namespace; - } InterfaceDef; struct { ast_t *indexed, *index; bool unchecked; -- cgit v1.2.3