From a6493ad35c2286916a1a4a893e903a828242a36e Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 28 Aug 2007 15:07:46 +0000 Subject: [PATCH] crazy thinko ... dead code removed git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7723 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm index 39f0b4ea48..04f04eacca 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -186,10 +186,6 @@ sub nearest_hold { my $age = shift() || '0'; my $prox = shift() || 0; - my $age_where = ''; - if ($age) { - $age_where = " - my $ids = action::hold_request->db_Main->selectcol_arrayref(<<" SQL", {}, $cp, $pl, $age, $prox); SELECT h.id FROM action.hold_request h -- 2.11.0