From a65b43d9e0ea4b0afd92f73ee058282c994df516 Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Mon, 20 Mar 2017 03:21:22 +0000 Subject: [PATCH] Bug 12930 - Followup removing empty else branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc VĂ©ron --- C4/InstallAuth.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/C4/InstallAuth.pm b/C4/InstallAuth.pm index 445c18b..5990f8a 100644 --- a/C4/InstallAuth.pm +++ b/C4/InstallAuth.pm @@ -428,10 +428,6 @@ sub checkpw { # some features won't be effective : modify systempref, modify MARC structure, return 2; } - else{ - - - } } END { } # module clean-up code here (global destructor) -- 2.1.4