Skip to content

Commit b67b726

Browse files
committed
Remmove visit_lambda_var method from yarv compiler
1 parent 47f7623 commit b67b726

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/syntax_tree/yarv/compiler.rb

-4
Original file line numberDiff line numberDiff line change
@@ -1094,10 +1094,6 @@ def visit_lambda(node)
10941094
iseq.send(YARV.calldata(:lambda, 0, CallData::CALL_FCALL), lambda_iseq)
10951095
end
10961096

1097-
def visit_lambda_var(node)
1098-
visit_block_var(node)
1099-
end
1100-
11011097
def visit_massign(node)
11021098
visit(node.value)
11031099
iseq.dup

0 commit comments

Comments
 (0)