Explorar o código

Remove unnecessary if statement... why check something we're not going to do anything with?

sbingner %!s(int64=24) %!d(string=hai) anos
pai
achega
712124bfde
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      modules/Pisg/Common.pm

+ 0 - 1
modules/Pisg/Common.pm

@@ -33,7 +33,6 @@ sub add_alias
         }
     } elsif (not defined $aliases{$lcalias}) {
         $aliases{$lcalias} = $aliases{$lcnick};
-    } elsif ($aliases{$lcnick} ne $aliases{$lcalias}) {
     }
 }