Skip to content

Commit

Permalink
Delete commented-out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jan 23, 2012
1 parent bb97e3e commit dd05f0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Parrot/Configure/Compiler.pm
Expand Up @@ -488,7 +488,6 @@ sub genfile {
my ($op, $expr, $rest);
# allow multiple keys and nested parens here
if (($op,$expr,$rest)=($line =~ m/^#(IF|UNLESS|ELSIF)\((.+)\):(.*)/s)) {
#print STDERR "$line\n";
$conf->debug("genfile(): line: $line");
if (($op eq 'ELSIF') and $former_truth) {
next LINE; # no useless check if former IF was true
Expand Down Expand Up @@ -667,7 +666,6 @@ sub cond_eval_single {
sub cond_eval {
my $conf = $_[0];
my $expr = $_[1];
#print STDERR "cond_eval expr: $expr\n";
$conf->debug("cond_eval(): $expr\n");
my @count = split /[\s!&|\(]+/, $expr; # optimizable with tr
my $truth = 0;
Expand Down

0 comments on commit dd05f0d

Please sign in to comment.