Skip to content

Commit 48b1362

Browse files
committedMar 7, 2025
Remove deadcode for Spoom::Visitor::visit_match_last_line_node
1 parent 22bf3e3 commit 48b1362

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎lib/spoom/visitor.rb

-6
Original file line numberDiff line numberDiff line change
@@ -589,12 +589,6 @@ def visit_local_variable_write_node(node)
589589
visit_child_nodes(node)
590590
end
591591

592-
# @override
593-
#: (Prism::MatchLastLineNode node) -> void
594-
def visit_match_last_line_node(node)
595-
visit_child_nodes(node)
596-
end
597-
598592
# @override
599593
#: (Prism::MatchPredicateNode node) -> void
600594
def visit_match_predicate_node(node)

0 commit comments

Comments
 (0)
Failed to load comments.