From f386ea11c7f7e7250ee68f0e2271d9c2eaa10605 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 31 Oct 2010 16:07:40 +0100 Subject: Multi::Anime: Remove useless statement --- lib/Multi/Anime.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Multi/Anime.pm') diff --git a/lib/Multi/Anime.pm b/lib/Multi/Anime.pm index dd32782d..c31e7e8c 100644 --- a/lib/Multi/Anime.pm +++ b/lib/Multi/Anime.pm @@ -231,7 +231,6 @@ sub receivepacket { # input, wheelid $col[1] = undef if !$col[1]; $col[2] = undef if !$col[2] || $col[2] =~ /^0,/; $col[3] = $col[3] =~ /^([0-9]+)/ ? $1 : undef; - $col[3] = undef if !$col[3]; $col[4] = $_[HEAP]{anime_types}{ lc($col[4]) }; $col[5] = undef if !$col[5]; $col[6] = undef if !$col[6]; -- cgit v1.2.3