mirror of https://github.com/python/cpython
_bdecode(): Remove redundant check.
This commit is contained in:
parent
513af770d7
commit
59e98ae1c5
|
@ -66,8 +66,6 @@ def _identity(s):
|
|||
|
||||
|
||||
def _bdecode(s):
|
||||
if not s:
|
||||
return s
|
||||
# We can't quite use base64.encodestring() since it tacks on a "courtesy
|
||||
# newline". Blech!
|
||||
if not s:
|
||||
|
|
Loading…
Reference in New Issue