repoview: remove more unreachable code
authorBryan O'Sullivan <bryano@fb.com>
Fri, 12 Apr 2013 17:25:27 -0700
changeset 18925 ba0111e6475b
parent 18918 5093d2a87ff6
child 18928 45348b4df46e
repoview: remove more unreachable code Found using Cython.
mercurial/repoview.py
--- a/mercurial/repoview.py	Fri Apr 12 17:20:09 2013 -0700
+++ b/mercurial/repoview.py	Fri Apr 12 17:25:27 2013 -0700
@@ -54,7 +54,6 @@
         return frozenset(hiddens | secrets)
     else:
         return hiddens
-    return frozenset()
 
 def computemutable(repo):
     """compute the set of revision that should be filtered when used a server