##// END OF EJS Templates
commandserver: remove superfluous pass statements
Augie Fackler -
r34372:76b334b9 default
parent child Browse files
Show More
@@ -184,7 +184,6 b' class server(object):'
184
184
185 def cleanup(self):
185 def cleanup(self):
186 """release and restore resources taken during server session"""
186 """release and restore resources taken during server session"""
187 pass
188
187
189 def _read(self, size):
188 def _read(self, size):
190 if not size:
189 if not size:
@@ -422,7 +421,6 b' class unixservicehandler(object):'
422
421
423 def newconnection(self):
422 def newconnection(self):
424 """Called when main process notices new connection"""
423 """Called when main process notices new connection"""
425 pass
426
424
427 def createcmdserver(self, repo, conn, fin, fout):
425 def createcmdserver(self, repo, conn, fin, fout):
428 """Create new command server instance; called in the process that
426 """Create new command server instance; called in the process that
General Comments 0
You need to be logged in to leave comments. Login now