aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
authorHugo Herbelin2015-12-02 15:18:42 +0100
committerHugo Herbelin2015-12-02 18:34:11 +0100
commitcc153dbbe45d5cf7f6ebfef6010adcc4f5bb568c (patch)
tree228322f5b8b359db476f9a0428da61d68c29a589 /parsing
parent7a33a6284ba4e0953f82cf436fe324cdb95497e7 (diff)
Dead code from August 2014 in apply in.
Diffstat (limited to 'parsing')
-rw-r--r--parsing/g_tactic.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/g_tactic.ml4 b/parsing/g_tactic.ml4
index c94ac846f1..8e5e1f1fb8 100644
--- a/parsing/g_tactic.ml4
+++ b/parsing/g_tactic.ml4
@@ -399,7 +399,7 @@ GEXTEND Gram
| -> [] ] ]
;
in_hyp_as:
- [ [ "in"; id = id_or_meta; ipat = as_ipat -> Some (None,id,ipat)
+ [ [ "in"; id = id_or_meta; ipat = as_ipat -> Some (id,ipat)
| -> None ] ]
;
orient: