chore: remove unused code in comment (#9687)

This commit is contained in:
Cameron Zwarich 2025-08-02 08:18:41 -07:00 committed by GitHub
parent ab946fdf2c
commit b60f97cc19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]