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/pretty_print_lem.ml | |
| parent | 5ff72f7ba016d5e698f326750f2635d3a256516c (diff) | |
Remove unused AST constructor
Clean up ott grammar a bit
Diffstat (limited to 'src/pretty_print_lem.ml')
| -rw-r--r-- | src/pretty_print_lem.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pretty_print_lem.ml b/src/pretty_print_lem.ml index fdb263e4..cf083eb5 100644 --- a/src/pretty_print_lem.ml +++ b/src/pretty_print_lem.ml @@ -815,7 +815,6 @@ let doc_exp_lem, doc_let_lem = raise (report l __POS__ "E_field expression with no register or record type")) | E_block [] -> string "()" | E_block exps -> raise (report l __POS__ "Blocks should have been removed till now.") - | E_nondet exps -> raise (report l __POS__ "Nondet blocks not supported.") | E_id id | E_ref id -> let env = env_of full_exp in let typ = typ_of full_exp in |
