From 239e13dc149af80f979ea95a3c9b42220481a0a1 Mon Sep 17 00:00:00 2001 From: Alasdair Armstrong Date: Tue, 4 Jun 2019 16:13:21 +0100 Subject: Remove unused AST constructor Clean up ott grammar a bit --- src/parse_ast.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'src/parse_ast.ml') 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 -- cgit v1.2.3