diff mercurial/commandserver.py @ 34374:76b334b9f45c

commandserver: remove superfluous pass statements
author Augie Fackler <augie@google.com>
date Sat, 30 Sep 2017 07:43:40 -0400
parents 3ef3bf704e47
children a57c938e7ac8
line wrap: on
line diff
--- 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