diff options
| author | gingerBill <bill@gingerbill.org> | 2022-08-01 15:38:50 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-08-01 15:38:50 +0100 |
| commit | 5168cf03a9c321de464c2709a37607ea9c1edbe8 (patch) | |
| tree | bae885c2465ac59973a57f3046ecb20f0242d089 /src/parser.hpp | |
| parent | b886ae6515440da18dec7292c43e09835170a632 (diff) | |
Remove dead `#maybe` code
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index 862ef0f77..156991e24 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -339,7 +339,6 @@ char const *inline_asm_dialect_strings[InlineAsmDialect_COUNT] = { enum UnionTypeKind : u8 { UnionType_Normal = 0, - UnionType_maybe = 1, // removed UnionType_no_nil = 2, UnionType_shared_nil = 3, }; |