Commit 2e949dbe authored by Guido van Rossum's avatar Guido van Rossum

ZEOStorage method get_size_info() is never actually called by the

client.  Remove it from the stub.
parent 4c6309f9
......@@ -24,9 +24,6 @@ class StorageServer:
def get_info(self):
return self.rpc.call('get_info')
def get_size_info(self):
return self.rpc.call('get_size_info')
def beginZeoVerify(self):
self.rpc.callAsync('beginZeoVerify')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment