remove unused variable
authorGalen Charlton <gmc@esilibrary.com>
Thu, 4 Aug 2016 17:15:58 +0000 (13:15 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 4 Aug 2016 17:15:58 +0000 (13:15 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircNotify.pm

index 83de416..4629e15 100644 (file)
@@ -86,7 +86,6 @@ sub circ_batch_notify {
         return $client->respond_complete;
     }
 
-    my @out;
     $multi = OpenSRF::MultiSession->new(
         app                 => 'open-ils.trigger',
         cap                 => 3,