chore(library/compiler/elim_unused_lets): style
This commit is contained in:
parent
cf3f398753
commit
502413d5dd
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ Author: Leonardo de Moura
|
|||
|
||||
namespace lean {
|
||||
class elim_unused_lets_fn : public compiler_step_visitor {
|
||||
|
||||
virtual expr visit_lambda(expr const & e) override {
|
||||
type_context::tmp_locals locals(m_ctx);
|
||||
expr t = e;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue