SF #515012, cleanup: remove unused variable

This commit is contained in:
Neal Norwitz 2002-02-11 18:01:32 +00:00
parent 22c5d77d47
commit 4212ea4d7a
1 changed files with 0 additions and 1 deletions

View File

@ -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:] != ':':