Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove debug cruft
  • Loading branch information
FROGGS committed Nov 24, 2013
1 parent 3f0dc90 commit a40804b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vm/parrot/QAST/Operations.nqp
Expand Up @@ -1527,7 +1527,6 @@ QAST::Operations.add_core_op('control', -> $qastcomp, $op {
my $ops := PIRT::Ops.new(:result('0'));

if $label {
#~ $label.value."$name"(1);
my $l := $qastcomp.coerce($qastcomp.as_post($label), 'P');
my $ex := $*REGALLOC.fresh_p();
$ops.push($l);
Expand Down

0 comments on commit a40804b

Please sign in to comment.