Discard a misleading comment about iter_iternext().

This commit is contained in:
Guido van Rossum 2001-05-01 17:01:25 +00:00
parent 4f288ab7d6
commit 47668928e6
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ iter_getiter(PyObject *it)
return it;
}
/* Return (value, 0) if OK; (NULL, 0) at end; (NULL, -1) if exception */
static PyObject *
iter_iternext(PyObject *iterator)
{