Remove unneeded initializer.
This commit is contained in:
parent
c23b8a7af9
commit
41e22ff5cc
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue