Remove unneeded initializer.

This commit is contained in:
Thomas Heller 2008-03-14 21:06:21 +00:00
parent c23b8a7af9
commit 41e22ff5cc
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ static PyTypeObject DictRemover_Type = {
0, /* tp_dictoffset */
0, /* tp_init */
0, /* tp_alloc */
PyType_GenericNew, /* tp_new */
0, /* tp_new */
0, /* tp_free */
};