remove deleted keywords

This commit is contained in:
Lee Cannon
2021-08-30 13:54:27 +01:00
parent 86199ca9a0
commit 2ffd93280e
3 changed files with 2 additions and 19 deletions

View File

@@ -1764,14 +1764,10 @@ fn addOutlineNodes(allocator: *std.mem.Allocator, tree: ast.Tree, child: ast.Nod
.@"while",
.while_simple,
.while_cont,
.true_literal,
.false_literal,
.null_literal,
.@"defer",
.@"if",
.if_simple,
.multiline_string_literal,
.undefined_literal,
.@"anytype",
.block,
.block_semicolon,
@@ -3225,10 +3221,6 @@ fn makeScopeInternal(
.char_literal,
.integer_literal,
.float_literal,
.false_literal,
.true_literal,
.null_literal,
.undefined_literal,
.unreachable_literal,
.@"continue",
=> {},