Skip to content

Commit

Permalink
Merge pull request #306 from Shopify/remove-deadcode-rbi-node-accept
Browse files Browse the repository at this point in the history
Remove dead method `accept`
  • Loading branch information
Morriar authored Jun 3, 2024
2 parents e3441c0 + 964cce6 commit 556e965
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/rbi/visitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,4 @@ def visit_conflict_tree(node); end
sig { params(node: ScopeConflict).void }
def visit_scope_conflict(node); end
end

class Node
sig { params(visitor: Visitor).void }
def accept(visitor)
visitor.visit(self)
end
end
end

0 comments on commit 556e965

Please sign in to comment.