[blivet:master 07/14] Remove appendiceal assignment

mulhern amulhern at redhat.com
Fri Mar 28 22:50:32 UTC 2014


Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/tsort.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/blivet/tsort.py b/blivet/tsort.py
index 7d120a2..4c02e14 100644
--- a/blivet/tsort.py
+++ b/blivet/tsort.py
@@ -42,7 +42,6 @@ def tsort(graph):
             raise CyclicGraphError("graph contains cycles")
 
         visited.append(root)
-        i = graph['items'].index(root)
         order.append(root)
         # remove each edge from the root to another node
         for (parent, child) in [e for e in graph['edges'] if e[0] == root]:
-- 
1.8.3.1



More information about the anaconda-patches mailing list