diff options
Diffstat (limited to 'src/parse_ast.ml')
| -rw-r--r-- | src/parse_ast.ml | 1 |
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 |
