Skip to content

Commit 942f156

Browse files
author
James William Pye
committed
Remove comment.
1 parent 8ba20fc commit 942f156

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

postgresql/copyman.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,6 @@ def reconcile(self, r):
734734
"""
735735
if r.protocol not in self.protocols:
736736
raise RuntimeError("cannot add new receivers to copy operations")
737-
# XXX: Assumes that is did not fail during receive().
738737
r()
739738
# Okay, add it back.
740739
self.receivers.add(r)

0 commit comments

Comments
 (0)