aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tacinterp.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tacinterp.ml')
-rw-r--r--tactics/tacinterp.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml
index a87181588..5450a00f4 100644
--- a/tactics/tacinterp.ml
+++ b/tactics/tacinterp.ml
@@ -1115,9 +1115,6 @@ let rec read_match_rule lfun ist env sigma = function
(* misc *)
-let mk_hyp_value ist env sigma c =
- (mkVar (interp_hyp ist env sigma c))
-
let interp_focussed wit f v =
Ftactic.nf_enter begin fun gl ->
let v = Genarg.out_gen (glbwit wit) v in