chore: remove unused code in comment (#9687)
This commit is contained in:
parent
ab946fdf2c
commit
b60f97cc19
1 changed files with 0 additions and 3 deletions
|
|
@ -156,9 +156,6 @@ partial def inlineApp? (letDecl : LetDecl) (k : Code) : SimpM (Option Code) := d
|
|||
code.bind fun fvarId' => do
|
||||
markUsedFVar fvarId'
|
||||
simpK fvarId'
|
||||
-- else if info.ifReduce then
|
||||
-- eraseCode code
|
||||
-- return none
|
||||
else
|
||||
markSimplified
|
||||
let expectedType ← inferAppType info.fType info.args[*...info.arity]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue