##// END OF EJS Templates
obsolete: remove superfluous pass statements
Augie Fackler -
r34378:6b724caa default
parent child Browse files
Show More
@@ -542,7 +542,6 b' class obsstore(object):'
542 raise
542 raise
543 # just build an empty _all list if no obsstore exists, which
543 # just build an empty _all list if no obsstore exists, which
544 # avoids further stat() syscalls
544 # avoids further stat() syscalls
545 pass
546 return bool(self._all)
545 return bool(self._all)
547
546
548 __bool__ = __nonzero__
547 __bool__ = __nonzero__
General Comments 0
You need to be logged in to leave comments. Login now