commandserver: remove superfluous pass statements
authorAugie Fackler <augie@google.com>
Sat, 30 Sep 2017 07:43:40 -0400
changeset 34373 76b334b9f45c
parent 34372 2a360445afa0
child 34374 100814e14b77
commandserver: remove superfluous pass statements
mercurial/commandserver.py
--- 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