summaryrefslogtreecommitdiff
path: root/src/pretty_print_lem.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/pretty_print_lem.ml
parent5ff72f7ba016d5e698f326750f2635d3a256516c (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.ml1
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