chore(library/meta/tactic): remove duplicate todo

This commit is contained in:
Daniel Selsam 2016-07-03 02:36:50 +01:00 committed by Leonardo de Moura
parent 044a61d350
commit ba756eec4b

View file

@ -290,9 +290,6 @@ do num_reverted : ← revert H,
change $ expr.pi n bi H_simp b,
intron num_reverted
-- TODO(Leo): remove unifier.conservative after we finish new elaborator
set_option unifier.conservative true
meta_definition simp : tactic unit :=
do (new_target, Heq) ← target >>= simplify,
assert "Htarget" new_target, swap,