aboutsummaryrefslogtreecommitdiff
path: root/ltac
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-05-11 13:25:02 +0200
committerPierre-Marie Pédrot2016-05-11 15:16:10 +0200
commit85753a0bdb6183604a78232c4c32fd15f7a21a2a (patch)
treed7baf3ee8ee5be5151f15e2774a5c6c15e6705c8 /ltac
parentdf2d71323081f8a395881ffc0e1793e429abc3bb (diff)
Moving the constr empty entry registering to the state-based API.
Diffstat (limited to 'ltac')
-rw-r--r--ltac/tacentries.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ltac/tacentries.ml b/ltac/tacentries.ml
index aedcb76eb7..714bfa8417 100644
--- a/ltac/tacentries.ml
+++ b/ltac/tacentries.ml
@@ -184,7 +184,6 @@ let add_tactic_entry (kn, ml, tg) state =
in
let prods = List.map map tg.tacgram_prods in
let rules = make_rule mkact prods in
- synchronize_level_positions ();
grammar_extend entry None (pos, [(None, None, List.rev [rules])]);
(1, state)