Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
strip now unneeded heisenbug-switches
  • Loading branch information
FROGGS committed Oct 10, 2013
1 parent c204a57 commit 2fda98b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/vm/moar/QAST/QASTOperationsMAST.nqp
Expand Up @@ -962,7 +962,6 @@ QAST::MASTOperations.add_core_op('call', sub ($qastcomp, $op) {
return $qastcomp.as_mast(QAST::Op.new( :op($realname), |$op.list ));
}

# heisenbug!!!
# Work out what callee is.
my $callee;
my @args := $op.list;
Expand Down
1 change: 0 additions & 1 deletion t/qregex/01-qregex.t
Expand Up @@ -46,7 +46,6 @@ sub test_line($line) {

my $rxcomp := nqp::getcomp('QRegex::P6Regex');
try {
# heisenbug!!!
my $rxsub := $rxcomp.compile($regex);
my $cursor := NQPCursor."!cursor_init"($target, :c(0));
my $match := $rxsub($cursor).MATCH;
Expand Down

0 comments on commit 2fda98b

Please sign in to comment.