aboutsummaryrefslogtreecommitdiff
path: root/interp/constrintern.ml
diff options
context:
space:
mode:
Diffstat (limited to 'interp/constrintern.ml')
-rw-r--r--interp/constrintern.ml7
1 files changed, 0 insertions, 7 deletions
diff --git a/interp/constrintern.ml b/interp/constrintern.ml
index f1316bbfac..e4df61c47f 100644
--- a/interp/constrintern.ml
+++ b/interp/constrintern.ml
@@ -1188,13 +1188,6 @@ let intern_ind_pattern genv env pat =
(**********************************************************************)
(* Utilities for application *)
-let explicitation_eq ex1 ex2 = match ex1, ex2 with
-| ExplByPos (i1, id1), ExplByPos (i2, id2) ->
- Int.equal i1 i2 && Option.equal id_eq id1 id2
-| ExplByName id1, ExplByName id2 ->
- id_eq id1 id2
-| _ -> false
-
let merge_impargs l args =
let test x = function
| (_, Some (_, y)) -> explicitation_eq x y