diff mercurial/revlog.py @ 32866:fa247f53f647

revlog: delete dead assignment in addgroup()
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 15 Jun 2017 13:23:21 -0700
parents 19b9fc40cc51
children 8e9b9f020f95
line wrap: on
line diff
--- a/mercurial/revlog.py	Fri Jun 16 03:01:22 2017 +0530
+++ b/mercurial/revlog.py	Thu Jun 15 13:23:21 2017 -0700
@@ -1856,7 +1856,6 @@
 
         # track the base of the current delta log
         content = []
-        node = None
 
         r = len(self)
         end = 0