summaryrefslogtreecommitdiff
path: root/git/objects/tree.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-12-13 13:21:40 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-12-13 13:21:44 +0100
commit0de827a0e63850517aa93c576c25a37104954dba (patch)
treeeac731408aa8867dcbcc3ad3677770b1d866d7fc /git/objects/tree.py
parentd82a6c5ed9108be5802a03c38f728a07da57438e (diff)
downloadgitpython-0de827a0e63850517aa93c576c25a37104954dba.tar.gz
chore(tree): remove dead code
[skip ci]
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: