remove an outdated comment

The comment is meaningless since changeset 4e985a96a612.
This commit is contained in:
Victor Stinner 2013-11-07 00:53:56 +01:00
parent 53e9ec48e5
commit 79ed4c744a
1 changed files with 0 additions and 1 deletions

View File

@ -1590,7 +1590,6 @@ vgetargskeywords(PyObject *args, PyObject *keywords, const char *format,
"keywords must be strings");
return cleanreturn(0, &freelist);
}
/* check that _PyUnicode_AsString() result is not NULL */
for (i = 0; i < len; i++) {
if (!PyUnicode_CompareWithASCIIString(key, kwlist[i])) {
match = 1;