summaryrefslogtreecommitdiff
path: root/src/colm.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-11 15:29:09 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-11 15:29:09 -0500
commit814896c4ac32365a000124ef45e93672611e12bb (patch)
tree5166a1104d1b14fe77d96c2a12389d95ce1b06fe /src/colm.lm
parent41fb697e5d7da69888bd14c48313aab5dc154096 (diff)
downloadcolm-814896c4ac32365a000124ef45e93672611e12bb.tar.gz
TYPE_PTR is no longer generated anywhere
Diffstat (limited to 'src/colm.lm')
-rw-r--r--src/colm.lm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/colm.lm b/src/colm.lm
index 9f11fcc4..c5e6bf35 100644
--- a/src/colm.lm
+++ b/src/colm.lm
@@ -562,7 +562,6 @@ def code_factor
def type_ref
[region_qual id opt_repeat] :Id
-| [PTR LT region_qual id opt_repeat GT] :Ptr
| [LIST LT type_ref GT] :List
| [MAP LT MapKeyType: type_ref MapValueType: type_ref GT] :Map
| [PARSER LT type_ref GT] :Parser