From ab80bfcd79fecc80a8e75c5607f6b5b654a9d351 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Mon, 17 Oct 2011 12:34:06 -0400 Subject: [PATCH] $holds is not needed now Signed-off-by: Mike Rylander --- Open-ILS/src/support-scripts/hold_targeter.pl | 2 -- 1 file changed, 2 deletions(-) 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]); } -- 2.11.0