jiridanek commented on code in PR #423:
URL: https://github.com/apache/qpid-proton/pull/423#discussion_r1563846762
##########
python/proton/_events.py:
##########
@@ -57,7 +57,6 @@ def more(self) -> bool:
return pn_collector_more(self._impl)
def pop(self) -> None:
- ev = self.peek()
Review Comment:
ah, never mind, there is one more statement below; so this was removed
because `ev` was unused and `self.peek()` only returns value without doing any
side-effects
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]