##// 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 185 def cleanup(self):
186 186 """release and restore resources taken during server session"""
187 pass
188 187
189 188 def _read(self, size):
190 189 if not size:
@@ -422,7 +421,6 b' class unixservicehandler(object):'
422 421
423 422 def newconnection(self):
424 423 """Called when main process notices new connection"""
425 pass
426 424
427 425 def createcmdserver(self, repo, conn, fin, fout):
428 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