From: Mike Rylander Date: Mon, 17 Oct 2011 16:34:06 +0000 (-0400) Subject: $holds is not needed now X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ab80bfcd79fecc80a8e75c5607f6b5b654a9d351;p=evergreen%2Fequinox.git $holds is not needed now Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/support-scripts/hold_targeter.pl b/Open-ILS/src/support-scripts/hold_targeter.pl index cf0c1a5632..bc1eb69cbe 100755 --- a/Open-ILS/src/support-scripts/hold_targeter.pl +++ b/Open-ILS/src/support-scripts/hold_targeter.pl @@ -56,10 +56,8 @@ if ($parallel == 1) { ); my $storage = OpenSRF::AppSession->create("open-ils.storage"); - my $holds = []; my $r = $storage->request('open-ils.storage.action.hold_request.targetable_holds.id_list', '24h'); - while ( my $h = $r->recv ) { $multi_targeter->request( 'open-ils.storage.action.hold_request.copy_targeter', '', $h->[0], $h->[1]); }