chore(init/meta/smt/congruence_closure): remove unnecessary line

This commit is contained in:
Gabriel Ebner 2017-01-10 06:44:42 +01:00 committed by Leonardo de Moura
parent e0dd8326c8
commit b8f1b16cfe

View file

@ -121,7 +121,6 @@ do (lhs, rhs) ← target >>= match_eq,
s ← s^.internalize rhs,
b ← s^.is_eqv lhs rhs,
if b then do {
t ← return $ expr.const `true [],
s^.eqv_proof lhs rhs >>= exact
} else do {
fail "ac_refl failed"