summaryrefslogtreecommitdiff
path: root/git/compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/compat.py')
-rw-r--r--git/compat.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/git/compat.py b/git/compat.py
index 1d358a62..19b46794 100644
--- a/git/compat.py
+++ b/git/compat.py
@@ -34,8 +34,6 @@ defenc = sys.getfilesystemencoding()
if PY3:
binary_type = bytes
else:
- if defenc == 'ascii':
- defenc = 'utf-8'
binary_type = str