aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/constr.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/constr.ml')
-rw-r--r--kernel/constr.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/constr.ml b/kernel/constr.ml
index cf05fe013..14b4a1772 100644
--- a/kernel/constr.ml
+++ b/kernel/constr.ml
@@ -325,8 +325,6 @@ let map f c = match kind c with
if tl'==tl && bl'==bl then c
else mkCoFix (ln,(lna,tl',bl'))
-exception Exit of int * constr
-
(* [map_with_binders g f n c] maps [f n] on the immediate
subterms of [c]; it carries an extra data [n] (typically a lift
index) which is processed by [g] (which typically add 1 to [n]) at