Bug 15258: Fix Perl scripts declaring unused variables
[koha.git] / serials / checkexpiration.pl
index 3222e22..9f1ff14 100755 (executable)
@@ -113,7 +113,6 @@ if ($date) {
     );
 }
 
-my $branchname;
 my $branches_loop;
 if (  !C4::Context->preference("IndependentBranches")
     or C4::Context->IsSuperLibrarian()