chore(frontends/lean/elaborator): fix outdated comment

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-07-22 17:50:13 -07:00
parent 35e7302d8a
commit 90189f8eb6

View file

@ -1018,7 +1018,6 @@ public:
check_exact_tacs(pre_tac, subst);
return some_expr(pre_tac);
} else {
// TODO(Leo): m_env tactic hints
return none_expr();
}
}