aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-18 02:34:39 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-18 02:34:39 -0500
commitbd0a618f4cb31c5e3d0a97bf75d72099cad31c86 (patch)
tree2954d86fcd76a5d440899247bd5944da9a0ab6f2 /types.h
parent6d54150755a3addd248f329851d463745cbdb847 (diff)
Type compiling stuff
Diffstat (limited to 'types.h')
-rw-r--r--types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/types.h b/types.h
index 99cb9d4a..4fcc391f 100644
--- a/types.h
+++ b/types.h
@@ -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;
};