Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clear the QAST annotations when building inlining info.
  • Loading branch information
Donald Hunter committed Jan 19, 2015
1 parent 6279e12 commit 37a03fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Actions.nqp
Expand Up @@ -2683,6 +2683,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
try $PseudoStash := $*W.find_symbol(['PseudoStash']);
sub clear_node($qast) {
$qast.node(nqp::null());
$qast.clear_annotations();
$qast
}
sub node_walker($node) {
Expand Down

0 comments on commit 37a03fc

Please sign in to comment.