summaryrefslogtreecommitdiff
path: root/src/ast_util.mli
diff options
context:
space:
mode:
authorThomas Bauereiss2017-10-31 14:11:51 +0000
committerThomas Bauereiss2017-10-31 14:11:51 +0000
commit73cf466ae5aa95503b3b1d183294817f1d9e077d (patch)
tree8b106b8e1febfe15644ea0146bc1a8f838d98611 /src/ast_util.mli
parentc59cfa97be7eb21e86948e9b90ca8f4926cb5815 (diff)
Remove redundant nexp simplification function
Diffstat (limited to 'src/ast_util.mli')
-rw-r--r--src/ast_util.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ast_util.mli b/src/ast_util.mli
index d497a687..1a056e58 100644
--- a/src/ast_util.mli
+++ b/src/ast_util.mli
@@ -224,7 +224,6 @@ end
val nexp_frees : nexp -> KidSet.t
val nexp_identical : nexp -> nexp -> bool
val is_nexp_constant : nexp -> bool
-val simplify_nexp : nexp -> nexp
val lexp_to_exp : 'a lexp -> 'a exp