chore: remove leftover (#9808)

This commit is contained in:
Leonardo de Moura 2025-08-09 08:58:50 -07:00 committed by GitHub
parent 5eafc080e1
commit a041ffa702
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -295,9 +295,7 @@ private partial def mkCast (fvarId : FVarId) (type : Expr) (deps : Array Nat) (e
mvarId := mvarId'
let fvarId := getFVarId s fvarId
mvarId.assign (mkFVar fvarId)
let r ← instantiateMVars mvar
trace[Meta.debug] "{r} : {← inferType r}"
return r
instantiateMVars mvar
/--
Creates a congruence theorem that is useful for the simplifier and `congr` tactic.