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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 10 Jun 2016 17:43:04 +0000 (17:43 +0000)
commit2bff91eb4e733a5c658e17fb93f13497768ba2e6
treecc3f366758d66e8f9ba1ae8db3874bf4c90852af
parent740cb37e94d80a8beb41710f5e57d6e4a46fc17a
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>
circ/circulation.pl