Remove obsolete py3k comment.

This commit is contained in:
Florent Xicluna 2011-12-09 23:41:21 +01:00
parent 0e686cbb7d
commit 5126df602c
1 changed files with 0 additions and 1 deletions

View File

@ -888,7 +888,6 @@ create_filter(PyObject *category, const char *action)
static PyObject *
init_filters(void)
{
/* Don't silence DeprecationWarning if -3 was used. */
PyObject *filters = PyList_New(5);
unsigned int pos = 0; /* Post-incremented in each use. */
unsigned int x;