From b8169ec1b58f33ab4f471e07be61798921217994 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 --- 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