diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-07-11 14:40:27 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-07-11 14:40:27 +0100 |
| commit | c4c6975f1b36eb4848aacf81c7be3584c51f9ab6 (patch) | |
| tree | a73b5401f45e8ffb47ebc3fe64281d7080ab7195 /src/types.cpp | |
| parent | 0be0fb2a57e997d4e7efd7b42f7fe1a1b35c80e5 (diff) | |
`cast(Type)expr`; Fix overloaded procedure determination on assignment
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 2 |
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, }; |