From ce0b348fa9245e9614edff4f2c404fa33677b06d Mon Sep 17 00:00:00 2001 From: Jasmine Amohia Date: Wed, 16 Jan 2019 02:11:42 +0000 Subject: [PATCH] Bug 19920: Removed unnecessary code from C4/Members.pm A seperate bug (Bug 16853) removed the subroutine used in this file. I removed the code as it had become unnecessary. Test plan: 1. Confirm that &changepassword can't be found in C4/Members.pm Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- C4/Members.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/C4/Members.pm b/C4/Members.pm index 87ea1e782a..205f45bd7b 100644 --- a/C4/Members.pm +++ b/C4/Members.pm @@ -62,11 +62,6 @@ BEGIN { &IssueSlip ); - #Modify data - push @EXPORT, qw( - &changepassword - ); - #Check data push @EXPORT, qw( &checkuserpassword -- 2.11.0