Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove redundant line that had been copy-pasted to three places
  • Loading branch information
Geoffrey Broadwell committed Nov 19, 2012
1 parent 04e2158 commit 273e045
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bench
Expand Up @@ -130,7 +130,6 @@ multi MAIN ('build', *@components) {
my $name = $comp<info><name>;
say "==> $name";

my @checkouts = $comp<checkouts>;
for $comp<checkouts>.list -> $checkout {
say "----> $checkout";
chdir "$COMPONENTS_DIR/$name/$checkout";
Expand All @@ -154,7 +153,6 @@ multi MAIN ('clean', *@components) {
my $name = $comp<info><name>;
say "==> $name";

my @checkouts = $comp<checkouts>;
for $comp<checkouts>.list -> $checkout {
rmtree "$COMPONENTS_DIR/$name/$checkout";
}
Expand All @@ -169,7 +167,6 @@ multi MAIN ('time', *@components) {
my $name = $comp<info><name>;
say "==> $name";

my @checkouts = $comp<checkouts>;
for $comp<checkouts>.list -> $checkout {
say "----> $checkout";
chdir "$COMPONENTS_DIR/$name/$checkout";
Expand Down

0 comments on commit 273e045

Please sign in to comment.