diff options
| author | Pierre-Marie Pédrot | 2016-05-11 13:25:02 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-05-11 15:16:10 +0200 |
| commit | 85753a0bdb6183604a78232c4c32fd15f7a21a2a (patch) | |
| tree | d7baf3ee8ee5be5151f15e2774a5c6c15e6705c8 /ltac | |
| parent | df2d71323081f8a395881ffc0e1793e429abc3bb (diff) | |
Moving the constr empty entry registering to the state-based API.
Diffstat (limited to 'ltac')
| -rw-r--r-- | ltac/tacentries.ml | 1 |
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) |
