aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
Diffstat (limited to 'tactics')
-rw-r--r--tactics/inv.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tactics/inv.ml b/tactics/inv.ml
index 42dcb18f51..8759158187 100644
--- a/tactics/inv.ml
+++ b/tactics/inv.ml
@@ -64,8 +64,6 @@ let dest_match_eq gls eqn =
errorlabstrm "dest_match_eq"
[< 'sTR "no primitive equality here" >]))
-let implicit = Sort implicit_sort
-
(* Environment management *)
let push_rel_type sigma (na,t) env =
push_rel_decl (na,make_typed t (get_sort_of env sigma t)) env