mirror of https://github.com/python/cpython.git
SF #515012, cleanup: remove unused variable
This commit is contained in:
parent
22c5d77d47
commit
4212ea4d7a
|
@ -455,7 +455,6 @@ def _os_bootstrap():
|
|||
def join(a, b):
|
||||
if a == '':
|
||||
return b
|
||||
path = s
|
||||
if ':' not in a:
|
||||
a = ':' + a
|
||||
if a[-1:] != ':':
|
||||
|
|
Loading…
Reference in New Issue