[Zodb-checkins] CVS: ZODB3/ZEO - ServerStub.py:1.7

Guido van Rossum guido@python.org
Thu, 29 Aug 2002 15:02:49 -0400


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv31272

Modified Files:
	ServerStub.py 
Log Message:
ZEOStorage method get_size_info() is never actually called by the
client.  Remove it from the stub.


=== ZODB3/ZEO/ServerStub.py 1.6 => 1.7 ===
--- ZODB3/ZEO/ServerStub.py:1.6	Thu Aug 29 12:31:17 2002
+++ ZODB3/ZEO/ServerStub.py	Thu Aug 29 15:02:48 2002
@@ -24,9 +24,6 @@
     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')