Mercurial > hg
changeset 34373:76b334b9f45c
commandserver: remove superfluous pass statements
author | Augie Fackler <augie@google.com> |
---|---|
date | Sat, 30 Sep 2017 07:43:40 -0400 |
parents | 2a360445afa0 |
children | 100814e14b77 |
files | mercurial/commandserver.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
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