Skip to content

Commit

Permalink
remove unused _loop
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Dec 14, 2015
1 parent 1ea18e9 commit e7bebbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Mojo/UserAgent.pm
Expand Up @@ -250,8 +250,6 @@ sub _finish {
$c->{cb}($self, $old) unless $self->_redirect($c, $old);
}

sub _loop { $_[1] ? Mojo::IOLoop->singleton : $_[0]->ioloop }

sub _read {
my ($self, $id, $chunk) = @_;

Expand Down

0 comments on commit e7bebbb

Please sign in to comment.