فهرست منبع

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

sbingner 24 سال پیش
والد
کامیت
712124bfde
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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}) {
     }
 }