Skip to content

Commit

Permalink
Delete unused resolve-all method
Browse files Browse the repository at this point in the history
Nothing calls it.
  • Loading branch information
jnthn committed Jun 5, 2023
1 parent 009b1d0 commit 7b80520
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Raku/ast/base.rakumod
Expand Up @@ -45,12 +45,6 @@ class RakuAST::Node {
# and False otherwise.
method can-be-bound-to() { False }

# Resolves all nodes beneath this one, recursively, using the specified
# resolver.
method resolve-all(RakuAST::Resolver $resolver, RakuAST::IMPL::QASTContext $context) {
self.IMPL-CHECK($resolver, $context, True);
}

method set-origin(RakuAST::Origin $origin) {
nqp::bindattr(self, RakuAST::Node, '$!origin', $origin);
}
Expand Down

0 comments on commit 7b80520

Please sign in to comment.