Skip to content

Commit 511c053

Browse files
committed
Remove dead keywords from parser.
1 parent a38a1b6 commit 511c053

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/comp/syntax/parse/parser.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ fn bad_expr_word_table() -> hashmap[str, ()] {
165165
words.insert("assert", ());
166166
words.insert("claim", ());
167167
words.insert("prove", ());
168-
words.insert("state", ());
169-
words.insert("gc", ());
170168
words.insert("native", ());
171169
words.insert("fn", ());
172170
words.insert("block", ());

0 commit comments

Comments
 (0)