aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/types.cpp b/src/types.cpp
index 786c4b13a..1604ec3f2 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -73,8 +73,6 @@ enum TypeRecordKind {
TypeRecord_Struct,
TypeRecord_RawUnion,
- // TypeRecord_Union, // Tagged
- // TypeRecord_Enum,
TypeRecord_Count,
};