remove unused encoding of storage index

This commit is contained in:
Jean-Paul Calderone 2021-10-22 16:10:24 -04:00
parent 194499aafe
commit cb675df48d

View File

@ -1018,7 +1018,6 @@ class Server(unittest.TestCase):
ss = StorageServer(workdir, b"\x00" * 20, discard_storage=True)
ss.setServiceParent(self.sparent)
si0_s = base32.b2a(b"si0")
ss.remote_advise_corrupt_share(b"immutable", b"si0", 0,
b"This share smells funny.\n")