1 parent cbd9ca4 commit fc209ecCopy full SHA for fc209ec
git/compat.py
@@ -34,8 +34,6 @@
34
if PY3:
35
binary_type = bytes
36
else:
37
- if defenc == 'ascii':
38
- defenc = 'utf-8'
39
binary_type = str
40
41
0 commit comments