Bug 16667: Unused variable and function call in circulation.pl
authorTomas Cohen Arazi <tomascohen@theke.io>
Sun, 5 Jun 2016 11:46:06 +0000 (08:46 -0300)
committerFrédéric Demians <f.demians@tamil.fr>
Wed, 15 Jun 2016 07:04:54 +0000 (09:04 +0200)
commit9d8b407d7e0fc220268c4df3a0bebe4f508eae25
tree4347aff0babfe541673e1c2dafdc18978a70d92d
parente8cca084407e888db19d13930c22e59662a9690f
Bug 16667: Unused variable and function call in circulation.pl

This patch removes an unused occurence of the $branches variable. Probably a
leftover from a recent rewrite.

To test:
- Run:
  $ git grep '$branches' circ/circulation.pl
=> FAIL: Only on occurence of the variable
- Apply the patch
- Run:
  $ git grep '$branches' circ/circulation.pl
=> SUCCESS: The variable has been removed
- Sign off :-D

Regards

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 2bff91eb4e733a5c658e17fb93f13497768ba2e6)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
circ/circulation.pl