mercurial/commandserver.py
changeset 34373 76b334b9f45c
parent 33543 3ef3bf704e47
child 34486 a57c938e7ac8
--- a/mercurial/commandserver.py	Sat Sep 30 07:43:26 2017 -0400
+++ b/mercurial/commandserver.py	Sat Sep 30 07:43:40 2017 -0400
@@ -184,7 +184,6 @@
 
     def cleanup(self):
         """release and restore resources taken during server session"""
-        pass
 
     def _read(self, size):
         if not size:
@@ -422,7 +421,6 @@
 
     def newconnection(self):
         """Called when main process notices new connection"""
-        pass
 
     def createcmdserver(self, repo, conn, fin, fout):
         """Create new command server instance; called in the process that