chore(frontends/lean/proof_qed_elaborator): remove obsolete comment

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-10-04 09:19:28 -07:00
parent 64f6601fe3
commit 0a288aec40

View file

@ -49,8 +49,6 @@ constraint mk_proof_qed_cnstr(environment const & env, expr const & m, expr cons
});
if (im)
im->instantiate(new_s);
// TODO(Leo): the solution new_s also assigns auxiliary metavariables
// that are needed to generate data for the info_manager
constraints r = cls.mk_constraints(new_s, j, relax);
return append(r, postponed);
};