summary refs log tree commit diff
path: root/src/comp/syntax
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-08-10 17:10:09 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-08-10 17:11:24 -0700
commit511c053856b67b81309bfd362c0c53452da062b1 (patch)
tree57466f5624a6eed0a9c6269472b6253fc92d5a26 /src/comp/syntax
parenta38a1b6c7ae87953e51b5a1c93c974f7b9b08ec9 (diff)
downloadrust-511c053856b67b81309bfd362c0c53452da062b1.tar.gz
rust-511c053856b67b81309bfd362c0c53452da062b1.zip
Remove dead keywords from parser.
Diffstat (limited to 'src/comp/syntax')
-rw-r--r--src/comp/syntax/parse/parser.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/comp/syntax/parse/parser.rs b/src/comp/syntax/parse/parser.rs
index 2033e181fe7..7346e79e045 100644
--- a/src/comp/syntax/parse/parser.rs
+++ b/src/comp/syntax/parse/parser.rs
@@ -165,8 +165,6 @@ fn bad_expr_word_table() -> hashmap[str, ()] {
     words.insert("assert", ());
     words.insert("claim", ());
     words.insert("prove", ());
-    words.insert("state", ());
-    words.insert("gc", ());
     words.insert("native", ());
     words.insert("fn", ());
     words.insert("block", ());