From 84cbed2a25b5eb86ef03405cc37b0fe3287a6a0b Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 20 Jan 2016 11:28:54 +0000 Subject: [PATCH] [SIGNED-OFF]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 --- 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 7e8b187..ae2216a 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 9076a2d..7c7ed75 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 -- 1.7.10.4