aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tactics/extratactics.ml44
1 files changed, 0 insertions, 4 deletions
diff --git a/tactics/extratactics.ml4 b/tactics/extratactics.ml4
index 41b79fefba..6fcf728331 100644
--- a/tactics/extratactics.ml4
+++ b/tactics/extratactics.ml4
@@ -46,10 +46,6 @@ let pr_by_arg_tac _prc _prlc prtac opt_c =
| None -> mt ()
| Some t -> spc () ++ hov 2 (str "by" ++ spc () ++ prtac (3,Ppextend.E) t)
-(* Julien Forest: on voudrait pouvoir passer la loc mais je
-n'ai pas reussi
-*)
-
let pr_in_hyp = function
| None -> mt ()
| Some id -> spc () ++ hov 2 (str "in" ++ spc () ++ Nameops.pr_id id)