summaryrefslogtreecommitdiff
path: root/src/colm.lm
diff options
context:
space:
mode:
Diffstat (limited to 'src/colm.lm')
-rw-r--r--src/colm.lm2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/colm.lm b/src/colm.lm
index c5e6bf35..d1323245 100644
--- a/src/colm.lm
+++ b/src/colm.lm
@@ -49,7 +49,6 @@ lex
token SWITCH / 'switch' /
token CASE / 'case' /
token DEFAULT / 'default' /
- token DEREF / 'deref' /
token MAKE_TOKEN / 'make_token' /
token MAKE_TREE / 'make_tree' /
@@ -558,7 +557,6 @@ def code_factor
| [TYPEID LT type_ref GT] :TypeId
| [NEW type_ref] :New
| [CAST LT type_ref GT code_factor] :Cast
-| [DEREF code_factor] :Deref
def type_ref
[region_qual id opt_repeat] :Id