Skip to content

Commit

Permalink
opt
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Dec 29, 2024
1 parent 4604993 commit 61aab12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlib/v/transformer/transformer.v
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ pub fn (mut t Transformer) expr(mut node ast.Expr) ast.Expr {
return node
}
match mut node {
ast.Ident {}
ast.AnonFn {
node.decl = t.stmt(mut node.decl) as ast.FnDecl
}
Expand Down

0 comments on commit 61aab12

Please sign in to comment.