changeset 34379:6b724caa878d

obsolete: remove superfluous pass statements
author Augie Fackler <augie@google.com>
date Sat, 30 Sep 2017 07:44:55 -0400
parents acabbc5ccd24
children 86f3c9760cc4
files mercurial/obsolete.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/obsolete.py	Sat Sep 30 07:44:45 2017 -0400
+++ b/mercurial/obsolete.py	Sat Sep 30 07:44:55 2017 -0400
@@ -542,7 +542,6 @@
                     raise
                 # just build an empty _all list if no obsstore exists, which
                 # avoids further stat() syscalls
-                pass
         return bool(self._all)
 
     __bool__ = __nonzero__