aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h7
1 files changed, 0 insertions, 7 deletions
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;
@@ -100,12 +99,6 @@ struct type_s {
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;
struct env_s *env;