mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-20 16:20:18 +00:00
Remove complicated and dead code
This commit is contained in:
@ -70,10 +70,7 @@ class Node:
|
||||
return False
|
||||
|
||||
def decide(self, sharesize):
|
||||
if sharesize > self.capacity:
|
||||
return False
|
||||
return False
|
||||
return random.random() > 0.5
|
||||
|
||||
def make_space(self, sharesize):
|
||||
assert sharesize <= self.capacity
|
||||
|
Reference in New Issue
Block a user