summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
Diffstat (limited to 'morph')
-rwxr-xr-xmorph1
1 files changed, 0 insertions, 1 deletions
diff --git a/morph b/morph
index 413944db..729b4323 100755
--- a/morph
+++ b/morph
@@ -199,7 +199,6 @@ class Morph(cliapp.Application):
# compute a build order from the graph
blobs, order = graph.build_order()
- sort_func = (lambda x,y : cmp(str(x), str(y)))
self.output.write('build order:\n')
for group in order:
self.output.write(' group:\n')