chore: remove leftover

This commit is contained in:
Leonardo de Moura 2022-08-17 19:04:12 -07:00
parent 3a898802f7
commit ff53e9cc56

View file

@ -76,7 +76,6 @@ where
| .app .. =>
match (← findLambda? value.getAppFn) with
| some localDecl =>
trace[Meta.debug] "found decl {localDecl.userName}"
if localDecl.value.isLambda then
let key := localDecl.userName
match (← get).numOccs.find? localDecl.userName with