Skip to content

Commit

Permalink
poll does not need to be deleted anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 11, 2015
1 parent b6133ab commit dd9ea0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Reactor/Poll.pm
Expand Up @@ -87,7 +87,7 @@ sub remove {
return !!delete $self->{io}{fileno $remove};
}

sub reset { delete @{shift()}{qw(io poll timers)} }
sub reset { delete @{shift()}{qw(io timers)} }

sub start {
my $self = shift;
Expand Down

0 comments on commit dd9ea0b

Please sign in to comment.