From: Satish Pokala <49762924+Satishpokala124@users.noreply.github.com> Date: Fri, 27 Oct 2023 06:25:22 +0000 (+0530) Subject: no-issue: Remove unused variable in getpath.py (gh-111372) X-Git-Tag: v3.13.0a2~307 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74f0772892c85b6e7bdfa0f44a5ff89002b0734d;p=thirdparty%2FPython%2Fcpython.git no-issue: Remove unused variable in getpath.py (gh-111372) --- diff --git a/Modules/getpath.py b/Modules/getpath.py index 9913fcba497d..4391a6194c7e 100644 --- a/Modules/getpath.py +++ b/Modules/getpath.py @@ -238,8 +238,6 @@ platstdlib_dir = None # CALCULATE program_name # ****************************************************************************** -program_name_was_set = bool(program_name) - if not program_name: try: program_name = config.get('orig_argv', [])[0]