Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dead method: Spoom::Visitor::visit_redo_node #676

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove deadcode for Spoom::Visitor::visit_redo_node
  • Loading branch information
shopify-codedb[bot] committed Mar 4, 2025
commit 73e004ba703978340e869b1d458ae4a04b2cf537
6 changes: 0 additions & 6 deletions lib/spoom/visitor.rb
Original file line number Diff line number Diff line change
@@ -739,12 +739,6 @@ def visit_rational_node(node)
visit_child_nodes(node)
end

# @override
#: (Prism::RedoNode node) -> void
def visit_redo_node(node)
visit_child_nodes(node)
end

# @override
#: (Prism::RegularExpressionNode node) -> void
def visit_regular_expression_node(node)