aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-07-11 14:40:27 +0100
committerGinger Bill <bill@gingerbill.org>2017-07-11 14:40:27 +0100
commitc4c6975f1b36eb4848aacf81c7be3584c51f9ab6 (patch)
treea73b5401f45e8ffb47ebc3fe64281d7080ab7195 /src/types.cpp
parent0be0fb2a57e997d4e7efd7b42f7fe1a1b35c80e5 (diff)
`cast(Type)expr`; Fix overloaded procedure determination on assignment
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,
};