summaryrefslogtreecommitdiff
path: root/git/objects/tree.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/objects/tree.py')
-rw-r--r--git/objects/tree.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/objects/tree.py b/git/objects/tree.py
index 24c88ee0..e7d579d0 100644
--- a/git/objects/tree.py
+++ b/git/objects/tree.py
@@ -35,7 +35,6 @@ def git_cmp(t1, t2):
if min_cmp:
return min_cmp
- # return len_a - len_b
return len_b - len_a
if PY3: