aboutsummaryrefslogtreecommitdiff
path: root/engine/univMinim.ml
diff options
context:
space:
mode:
Diffstat (limited to 'engine/univMinim.ml')
-rw-r--r--engine/univMinim.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/engine/univMinim.ml b/engine/univMinim.ml
index 4ed6e97526..86bf2c9298 100644
--- a/engine/univMinim.ml
+++ b/engine/univMinim.ml
@@ -406,6 +406,3 @@ let normalize_context_set ~lbound g ctx us algs weak =
in
let us = normalize_opt_subst us in
(us, algs), (ctx', Constraint.union noneqs eqs)
-
-(* let normalize_conkey = CProfile.declare_profile "normalize_context_set" *)
-(* let normalize_context_set a b c = CProfile.profile3 normalize_conkey normalize_context_set a b c *)