Skip to content

Commit

Permalink
removed debugging commented out line.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcurtis committed Aug 2, 2010
1 parent 423e032 commit 51655ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/tree-optimizer.t
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ pir::load_bytecode('PAST/Pattern.pbc');
$/.orig;
}
my $pattern := countTransforms(PAST::Pattern::Val.new);
# my $pattern := PAST::Pattern::Val.new;
$opt.register(&inc, :name<inc>,
:when($pattern), :recursive(1));
$opt.register(&double, :depends-on<inc>,
Expand Down

0 comments on commit 51655ac

Please sign in to comment.