From 04e6eda4c7ea07d4ac02b1013199e666fc37d98b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 3 Sep 2013 20:27:32 +0200 Subject: [PATCH] Remove unused function --- src/lib/Hydra/View/TT.pm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/lib/Hydra/View/TT.pm b/src/lib/Hydra/View/TT.pm index 324d9a81..d24ca086 100644 --- a/src/lib/Hydra/View/TT.pm +++ b/src/lib/Hydra/View/TT.pm @@ -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) = @_;