hydra: remove old clear eval cache option

This commit is contained in:
Rob Vermaas
2010-12-20 09:53:01 +00:00
parent 11ad35443b
commit 496c22dc0f
2 changed files with 0 additions and 10 deletions

View File

@ -302,15 +302,6 @@ sub clearfailedcache : Chained('admin') Path('clear-failed-cache') Args(0) {
$c->res->redirect("/admin");
}
sub clearevalcache : Chained('admin') Path('clear-eval-cache') Args(0) {
my ($self, $c) = @_;
print "Clearing evaluation cache\n";
$c->model('DB::JobsetInputHashes')->delete_all;
$c->res->redirect("/admin")
}
sub clearvcscache : Chained('admin') Path('clear-vcs-cache') Args(0) {
my ($self, $c) = @_;