chore: Remove dead code

This commit is contained in:
Leni Aniva 2025-07-13 22:58:20 -07:00
parent 01e18acdbd
commit 3bbbb14da6
Signed by: aniva
GPG Key ID: D5F96287843E8DFB
1 changed files with 0 additions and 1 deletions

View File

@ -148,7 +148,6 @@ def translateMVarFromTermInfo (termInfo : Elab.TermInfo) (context? : Option Elab
}) do
let type := termInfo.expectedType?.get!
let lctx' ← translateLCtx
--let localInstances' ← srcDecl.localInstances.mapM translateLocalInstance
let mvar ← Meta.withLCtx lctx' #[] do
Meta.withLocalInstances (lctx'.decls.toList.filterMap id) do
let type' ← translateExpr type