Skip to content

Commit

Permalink
rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Apr 12, 2012
1 parent 78d21f5 commit 2bdd1d7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/Carton.pm
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ sub list_dependencies {
return map "$_~$hash->{$_}", keys %$hash; # TODO refactor to not rely on string representation
}

sub install_modules {
my($self, $modules) = @_;
$self->install_conservative($modules, 1)
or die "Installing modules failed\n";
}

sub install_from_lock {
my($self) = @_;

Expand Down

0 comments on commit 2bdd1d7

Please sign in to comment.