aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-05-03 20:49:01 +0200
committerPierre-Marie Pédrot2016-05-04 13:47:12 +0200
commitc7fd62135403c1ea38194fcdd8035237ee108318 (patch)
tree4fc94b097de3969dfe71121865c8e19b276cb38c /parsing
parent729d838838d8df06395726477817620e2ae998bc (diff)
Removing useless generic arguments.
Diffstat (limited to 'parsing')
-rw-r--r--parsing/pcoq.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/parsing/pcoq.ml b/parsing/pcoq.ml
index e60b470fdf..53d2089c04 100644
--- a/parsing/pcoq.ml
+++ b/parsing/pcoq.ml
@@ -730,9 +730,7 @@ let () =
Grammar.register0 wit_var (Prim.var);
Grammar.register0 wit_ref (Prim.reference);
Grammar.register0 wit_quant_hyp (Tactic.quantified_hypothesis);
- Grammar.register0 wit_sort (Constr.sort);
Grammar.register0 wit_constr (Constr.constr);
- Grammar.register0 wit_constr_may_eval (Tactic.constr_may_eval);
Grammar.register0 wit_uconstr (Tactic.uconstr);
Grammar.register0 wit_open_constr (Tactic.open_constr);
Grammar.register0 wit_constr_with_bindings (Tactic.constr_with_bindings);