hgext/largefiles/remotestore.py
changeset 33763 dcdc17551653
parent 30180 736f92c44656
child 35564 cf841f2b5a72
--- a/hgext/largefiles/remotestore.py	Fri Aug 11 15:20:41 2017 +0200
+++ b/hgext/largefiles/remotestore.py	Wed Aug 09 21:04:03 2017 -0700
@@ -12,7 +12,6 @@
 from mercurial import (
     error,
     util,
-    wireproto,
 )
 
 from . import (
@@ -109,10 +108,6 @@
                                            'from statlfile (%r)' % stat)
         return failed
 
-    def batch(self):
-        '''Support for remote batching.'''
-        return wireproto.remotebatch(self)
-
     def _put(self, hash, fd):
         '''Put file with the given hash in the remote store.'''
         raise NotImplementedError('abstract method')