chore(library/blast/simplifier): remove old comment

This commit is contained in:
Daniel Selsam 2015-11-19 10:48:07 -08:00 committed by Leonardo de Moura
parent 193c446fc4
commit e856de5ab4

View file

@ -16,8 +16,6 @@ namespace simp {
/* Struct to store results of simplification */
struct result {
/* Invariant [m_pf : m_orig <rel> m_new] */
/* Note: we only keep [m_old] to make the code easier to understand.
It could be optimized away in the future. */
expr m_new;
/* If proof is not provided, it is assumed to be reflexivity */