aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe/lexer.mll
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-04-19 14:00:04 -0700
committerGraydon Hoare <[email protected]>2011-04-19 14:00:04 -0700
commit3d9cf15d0b5c89f3e71d1679b0698f3884e5a5d2 (patch)
treebb282c4d0fe1a8b6442156712889f6e427c8f2ab /src/boot/fe/lexer.mll
parentRemove mention of effect system from manual. (diff)
downloadrust-3d9cf15d0b5c89f3e71d1679b0698f3884e5a5d2.tar.xz
rust-3d9cf15d0b5c89f3e71d1679b0698f3884e5a5d2.zip
Remove half-baked 'opacity' layer qualifier.
Diffstat (limited to 'src/boot/fe/lexer.mll')
-rw-r--r--src/boot/fe/lexer.mll2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/boot/fe/lexer.mll b/src/boot/fe/lexer.mll
index 5cf73166..b375b874 100644
--- a/src/boot/fe/lexer.mll
+++ b/src/boot/fe/lexer.mll
@@ -95,8 +95,6 @@
("claim", CLAIM);
("prove", PROVE);
- ("abs", ABS);
-
("state", STATE);
("gc", GC);