Skip to content

Commit

Permalink
Parrot::Config wasn't used, so don't load it.
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Dec 1, 2009
1 parent 95026a8 commit 0724443
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions setup.pir
Expand Up @@ -43,12 +43,6 @@ No Configure step, no Makefile generated.
$P2['parrot-unl'] = 'unl.pbc'
#$P0['installable_pbc'] = $P2

# test
$S0 = get_libdir()
$S0 = 'perl -I' . $S0
$S0 .= '/tools/lib'
$P0['prove_exec'] = $S0

.tailcall setup(args :flat, $P0 :flat :named)
.end

Expand Down
1 change: 0 additions & 1 deletion t/examples.t
Expand Up @@ -25,7 +25,6 @@ use strict;
use warnings;

use Test::More tests => 4;
use Parrot::Config qw(%PConfig);
use File::Spec ();

my $parrot = 'parrot';
Expand Down

0 comments on commit 0724443

Please sign in to comment.