From: Kevan Carstensen <kevan@isnotajoke.com>
Date: Fri, 14 May 2010 20:35:16 +0000 (-0700)
Subject: Remove a comment that no longer makes sense.
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/frontends/class-simplejson.JSONEncoder.html?a=commitdiff_plain;h=55a2849f385f8920e07eaa83ccc37aac01753a3d;p=tahoe-lafs%2Ftahoe-lafs.git

Remove a comment that no longer makes sense.
---

diff --git a/src/allmydata/immutable/upload.py b/src/allmydata/immutable/upload.py
index 4beb66f5..092e4cc6 100644
--- a/src/allmydata/immutable/upload.py
+++ b/src/allmydata/immutable/upload.py
@@ -351,8 +351,6 @@ class Tahoe2PeerSelector:
                 else:
                     # Redistribution won't help us; fail.
                     peer_count = len(self.peers_with_shares)
-                    # If peer_count < needed_shares, then the second error
-                    # message is nonsensical, so we use this one.
                     msg = failure_message(peer_count,
                                           self.needed_shares,
                                           self.servers_of_happiness,