diff options
| author | Alasdair Armstrong | 2019-06-04 16:13:21 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2019-06-04 16:31:19 +0100 |
| commit | 239e13dc149af80f979ea95a3c9b42220481a0a1 (patch) | |
| tree | a55033560e7659bd443325db02b7308c50b9b38b /src/initial_check.ml | |
| parent | 5ff72f7ba016d5e698f326750f2635d3a256516c (diff) | |
Remove unused AST constructor
Clean up ott grammar a bit
Diffstat (limited to 'src/initial_check.ml')
| -rw-r--r-- | src/initial_check.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/initial_check.ml b/src/initial_check.ml index 522faab7..8a61134c 100644 --- a/src/initial_check.ml +++ b/src/initial_check.ml @@ -365,7 +365,6 @@ and to_ast_exp ctx (P.E_aux(exp,l) : P.exp) = (match to_ast_fexps false ctx exps with | Some(fexps) -> E_record(fexps) | None -> E_block(List.map (to_ast_exp ctx) exps)) - | P.E_nondet(exps) -> E_nondet(List.map (to_ast_exp ctx) exps) | P.E_id(id) -> E_id(to_ast_id id) | P.E_ref(id) -> E_ref(to_ast_id id) | P.E_lit(lit) -> E_lit(to_ast_lit lit) |
