Skip to content

Commit

Permalink
previous fix for AttributeError made parent and child class methods i…
Browse files Browse the repository at this point in the history
…dentical, remove duplication
  • Loading branch information
jamutton committed Mar 25, 2014
1 parent 43904ff commit 596d145
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pika/adapters/blocking_connection.py
Expand Up @@ -338,11 +338,6 @@ def _deadline_passed(self, timeout_id):
return False
return self._timeouts[timeout_id]['deadline'] <= time.time()

def _handle_disconnect(self):
"""Called internally when the socket is disconnected already"""
self._adapter_disconnect()
self._on_connection_closed(None, True)

def _handle_read(self):
"""If the ReadPoller says there is data to read, try adn read it in the
_handle_read of the parent class. Once read, reset the counter that
Expand Down

0 comments on commit 596d145

Please sign in to comment.