diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-18 02:34:39 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-18 02:34:39 -0500 |
| commit | bd0a618f4cb31c5e3d0a97bf75d72099cad31c86 (patch) | |
| tree | 2954d86fcd76a5d440899247bd5944da9a0ab6f2 /types.h | |
| parent | 6d54150755a3addd248f329851d463745cbdb847 (diff) | |
Type compiling stuff
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -46,7 +46,6 @@ struct type_s { StructType, EnumType, TypeInfoType, - PlaceholderType, } tag; union { @@ -87,9 +86,6 @@ struct type_s { tag_t *tags; } EnumType; struct {} TypeInfoType; - struct { - const char *filename, *name; - } PlaceholderType; } __data; }; |
