summaryrefslogtreecommitdiff
path: root/src/parse_ast.ml
diff options
context:
space:
mode:
authorAlasdair Armstrong2019-06-04 16:13:21 +0100
committerAlasdair Armstrong2019-06-04 16:31:19 +0100
commit239e13dc149af80f979ea95a3c9b42220481a0a1 (patch)
treea55033560e7659bd443325db02b7308c50b9b38b /src/parse_ast.ml
parent5ff72f7ba016d5e698f326750f2635d3a256516c (diff)
Remove unused AST constructor
Clean up ott grammar a bit
Diffstat (limited to 'src/parse_ast.ml')
-rw-r--r--src/parse_ast.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse_ast.ml b/src/parse_ast.ml
index 5c3a5382..1d2c3534 100644
--- a/src/parse_ast.ml
+++ b/src/parse_ast.ml
@@ -247,7 +247,6 @@ and measure =
and
exp_aux = (* Expression *)
E_block of (exp) list (* block (parsing conflict with structs?) *)
- | E_nondet of (exp) list (* block that can evaluate the contained expressions in any ordering *)
| E_id of id (* identifier *)
| E_ref of id
| E_deref of exp