]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44391: Remove unused argument from a varargs call. (GH-29843)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 29 Nov 2021 17:26:50 +0000 (17:26 +0000)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 17:26:50 +0000 (17:26 +0000)
PC/launcher.c

index f8b8a3db397757aba01818d02d1fdd86b32e479e..d2e6462f13e31352711d867b5b83f1c387bfa359 100644 (file)
@@ -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",