Remove unused function
This commit is contained in:
parent
d914845ad7
commit
04e6eda4c7
|
@ -8,13 +8,7 @@ __PACKAGE__->config(
|
||||||
TEMPLATE_EXTENSION => '.tt',
|
TEMPLATE_EXTENSION => '.tt',
|
||||||
PRE_CHOMP => 1,
|
PRE_CHOMP => 1,
|
||||||
POST_CHOMP => 1,
|
POST_CHOMP => 1,
|
||||||
expose_methods => [qw/log_exists buildLogExists buildStepLogExists/]);
|
expose_methods => [qw/buildLogExists buildStepLogExists/]);
|
||||||
|
|
||||||
sub log_exists {
|
|
||||||
my ($self, $c, $drvPath) = @_;
|
|
||||||
my $x = getDrvLogPath($drvPath);
|
|
||||||
return defined $x;
|
|
||||||
}
|
|
||||||
|
|
||||||
sub buildLogExists {
|
sub buildLogExists {
|
||||||
my ($self, $c, $build) = @_;
|
my ($self, $c, $build) = @_;
|
||||||
|
|
Loading…
Reference in a new issue