From: Vinay Sajip Date: Mon, 29 Nov 2021 17:26:50 +0000 (+0000) Subject: bpo-44391: Remove unused argument from a varargs call. (GH-29843) X-Git-Tag: v3.11.0a3~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4141d94fa608cdf5c8cd3e62f7ea1c27fd41eb8d;p=thirdparty%2FPython%2Fcpython.git bpo-44391: Remove unused argument from a varargs call. (GH-29843) --- diff --git a/PC/launcher.c b/PC/launcher.c index f8b8a3db3977..d2e6462f13e3 100644 --- a/PC/launcher.c +++ b/PC/launcher.c @@ -344,7 +344,7 @@ _locate_pythons_for_key(HKEY root, LPCWSTR subkey, REGSAM flags, int bits, } else if (attrs & FILE_ATTRIBUTE_DIRECTORY) { debug(L"locate_pythons_for_key: '%ls' is a directory\n", - ip->executable, attrs); + ip->executable); } else if (find_existing_python(ip->executable)) { debug(L"locate_pythons_for_key: %ls: already found\n",