chore(library/compiler/util): remove leftover
This commit is contained in:
parent
7c86a4dae7
commit
5ab69262c4
1 changed files with 0 additions and 1 deletions
|
|
@ -298,7 +298,6 @@ unsigned get_lcnf_size(environment const & env, expr e) {
|
|||
case expr_kind::Const:
|
||||
return 1;
|
||||
case expr_kind::Lambda:
|
||||
r = 1;
|
||||
while (is_lambda(e)) {
|
||||
e = binding_body(e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue