1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Remove unused function

This commit is contained in:
Eelco Dolstra 2013-09-03 20:27:32 +02:00
parent d914845ad7
commit 04e6eda4c7

View file

@ -8,13 +8,7 @@ __PACKAGE__->config(
TEMPLATE_EXTENSION => '.tt',
PRE_CHOMP => 1,
POST_CHOMP => 1,
expose_methods => [qw/log_exists buildLogExists buildStepLogExists/]);
sub log_exists {
my ($self, $c, $drvPath) = @_;
my $x = getDrvLogPath($drvPath);
return defined $x;
}
expose_methods => [qw/buildLogExists buildStepLogExists/]);
sub buildLogExists {
my ($self, $c, $build) = @_;