remove redundant check
This commit is contained in:
parent
a1e21f0d7c
commit
a2d6caf9a0
@ -17,7 +17,7 @@ handle remainder => sub {
|
||||
{
|
||||
if ($_ =~ /[a-z]/i)
|
||||
{
|
||||
++$freq{$_} if $_;
|
||||
++$freq{$_};
|
||||
++$count;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user