Skip to content

Commit

Permalink
Remove deadcode for Spoom::Visitor::visit_defined_node
Browse files Browse the repository at this point in the history
  • Loading branch information
shopify-codedb[bot] committed Mar 9, 2025
1 parent fec1cdf commit 804ecc5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/spoom/visitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,6 @@ def visit_def_node(node)
visit_child_nodes(node)
end

# @override
#: (Prism::DefinedNode node) -> void
def visit_defined_node(node)
visit_child_nodes(node)
end

# @override
#: (Prism::ElseNode node) -> void
def visit_else_node(node)
Expand Down

0 comments on commit 804ecc5

Please sign in to comment.