mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Remove impossible third codepath
This commit is contained in:
parent
64243527eb
commit
7609fd1861
@ -438,9 +438,7 @@ class ReadBucketProxy(object):
|
||||
def _get_share_hashes(self, unused=None):
|
||||
if hasattr(self, '_share_hashes'):
|
||||
return self._share_hashes
|
||||
else:
|
||||
return self._get_share_hashes_the_old_way()
|
||||
return self._share_hashes
|
||||
return self._get_share_hashes_the_old_way()
|
||||
|
||||
def get_share_hashes(self):
|
||||
d = self._start_if_needed()
|
||||
|
Loading…
Reference in New Issue
Block a user