diff mercurial/graphmod.py @ 7280:810ca383da9c

remove unused variables
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 28 Oct 2008 19:25:26 +0100
parents 20a5dd5d6dd9
children 5f162f61e479
line wrap: on
line diff
--- a/mercurial/graphmod.py	Tue Oct 28 19:07:14 2008 +0100
+++ b/mercurial/graphmod.py	Tue Oct 28 19:25:26 2008 +0100
@@ -35,8 +35,6 @@
     new_color = 1
 
     while curr_rev >= stop_rev:
-        node = cl.node(curr_rev)
-
         # Compute revs and next_revs
         if curr_rev not in revs:
             revs.append(curr_rev) # new head