From: Neal Norwitz Date: Mon, 11 Feb 2002 18:01:32 +0000 (+0000) Subject: SF #515012, cleanup: remove unused variable X-Git-Tag: v2.3c1~6698 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4212ea4d7a09b5d2e4687b10d9b1cdd1b4e5ae1a;p=thirdparty%2FPython%2Fcpython.git SF #515012, cleanup: remove unused variable --- diff --git a/Lib/imputil.py b/Lib/imputil.py index b4f93f45c7e5..65e799cd491e 100644 --- a/Lib/imputil.py +++ b/Lib/imputil.py @@ -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:] != ':':