Commit 5126df60 authored by Florent Xicluna's avatar Florent Xicluna

Remove obsolete py3k comment.

parent 0e686cbb
...@@ -888,7 +888,6 @@ create_filter(PyObject *category, const char *action) ...@@ -888,7 +888,6 @@ create_filter(PyObject *category, const char *action)
static PyObject * static PyObject *
init_filters(void) init_filters(void)
{ {
/* Don't silence DeprecationWarning if -3 was used. */
PyObject *filters = PyList_New(5); PyObject *filters = PyList_New(5);
unsigned int pos = 0; /* Post-incremented in each use. */ unsigned int pos = 0; /* Post-incremented in each use. */
unsigned int x; unsigned int x;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment