changeset 18929:0080d0d1fcb3

util: remove no-op assignment Found by Cython.
author Bryan O'Sullivan <bryano@fb.com>
date Fri, 12 Apr 2013 19:33:48 -0700
parents 45348b4df46e
children 9dd5a4815c6f
files mercurial/util.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/util.py	Fri Apr 12 18:49:14 2013 -0700
+++ b/mercurial/util.py	Fri Apr 12 19:33:48 2013 -0700
@@ -1694,7 +1694,6 @@
                 parts = path[2:].split('/', 1)
                 if len(parts) > 1:
                     self.host, path = parts
-                    path = path
                 else:
                     self.host = parts[0]
                     path = None