summaryrefslogtreecommitdiff
path: root/src/parser.mly
diff options
context:
space:
mode:
authorAlasdair Armstrong2017-10-06 17:56:30 +0100
committerAlasdair Armstrong2017-10-06 17:56:30 +0100
commitd3604c52e19e4e71965b5d96d6fab879bac7effc (patch)
treeef79450d7038ae70072d8fb155442a778cfdc14d /src/parser.mly
parent6e4573f9a1ace7cba38d0cecb95b4dfe95c73c71 (diff)
Remove BK_effect constructor
Diffstat (limited to 'src/parser.mly')
-rw-r--r--src/parser.mly2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parser.mly b/src/parser.mly
index a415801e..df4a273d 100644
--- a/src/parser.mly
+++ b/src/parser.mly
@@ -309,8 +309,6 @@ atomic_kind:
{ bkloc BK_nat }
| Order
{ bkloc BK_order }
- | EFFECT
- { bkloc BK_effect }
kind_help:
| atomic_kind