diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-05-12 20:13:19 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-05-12 20:13:19 -0400 |
| commit | 02fe49a7646807964d214605a478c90d82d2c8a3 (patch) | |
| tree | f732f3db3b6d7e2eebed68dc4c6f1af57a313279 /types.h | |
| parent | 934fd8a173ccad9aa1291c658dbac712eef78b4b (diff) | |
Deprecate interfaces (RIP)
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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; |
