From 7dc0c67640904a19a73e58c6af330af50d6d16d6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 20 Jan 2016 11:28:54 +0000 Subject: [PATCH] Bug 15628: Remove get_branchinfos_of vestiges The C4::Branch::get_branchinfos_of subroutine has been removed by bug 7034, but 2 occurrences have been left git grep get_branchinfos_of C4/Branch.pm: &get_branchinfos_of t/db_dependent/Branch.t: get_branchinfos_of Test plan: git grep get_branchinfos_of should not return any occurrences. Signed-off-by: Hector Castro Vestiges removed Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher --- C4/Branch.pm | 1 - t/db_dependent/Branch.t | 1 - 2 files changed, 2 deletions(-) diff --git a/C4/Branch.pm b/C4/Branch.pm index 7e8b1871c8..ae2216a8c7 100644 --- a/C4/Branch.pm +++ b/C4/Branch.pm @@ -34,7 +34,6 @@ BEGIN { &GetBranches &GetBranchesLoop &GetBranchDetail - &get_branchinfos_of &ModBranch &GetBranchInfo &GetBranchesInCategory diff --git a/t/db_dependent/Branch.t b/t/db_dependent/Branch.t index 9076a2dd6b..7c7ed75784 100644 --- a/t/db_dependent/Branch.t +++ b/t/db_dependent/Branch.t @@ -39,7 +39,6 @@ can_ok( GetBranches GetBranchesLoop GetBranchDetail - get_branchinfos_of ModBranch GetBranchInfo GetBranchesInCategory -- 2.20.1