aboutsummaryrefslogtreecommitdiff
path: root/grammar
diff options
context:
space:
mode:
authorletouzey2012-10-06 10:08:32 +0000
committerletouzey2012-10-06 10:08:32 +0000
commit1f05de5d4e19867c3425c39999a1f58e12b57657 (patch)
tree8efa17000b77b1d39c07bbfeb9da7153181f70f6 /grammar
parenta0057a6657f5615c3d3448fae10b26a968d30fe1 (diff)
Clean-up : removal of Proof_type.tactic_expr
This instance of gen_tactic_expr was used only to decorate tactics via Refiner.abstract_tactics and alii, but these expressions are now ignored by the new proof-engine (no "info"...). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15865 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'grammar')
-rw-r--r--grammar/tacextend.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/tacextend.ml4 b/grammar/tacextend.ml4
index f11927e77a..8b5b64ffc2 100644
--- a/grammar/tacextend.ml4
+++ b/grammar/tacextend.ml4
@@ -177,7 +177,7 @@ let declare_tactic loc s cl =
let e =
make_fun
<:expr<
- Refiner.abstract_extended_tactic $mlexpr_of_string s$ $make_args p$ $make_eval_tactic e p$
+ Refiner.abstract_extended_tactic $make_eval_tactic e p$
>>
p in
<:str_item< value $lid:stac$ = $e$ >>