chore: remove leftover
This commit is contained in:
parent
9ae2b83ac0
commit
0b2d013beb
1 changed files with 0 additions and 1 deletions
|
|
@ -435,7 +435,6 @@ where
|
|||
visit e
|
||||
|
||||
visitProj (s : Name) (i : Nat) (e : Expr) : M Expr := do
|
||||
trace[Meta.debug] "visitProj: {s}, {i}, {e}"
|
||||
mkAuxLetDecl <| .proj s i (← visitChild e)
|
||||
|
||||
visitLet (e : Expr) (xs : Array Expr) : M Expr := do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue