Commit 41e22ff5 authored by Thomas Heller's avatar Thomas Heller

Remove unneeded initializer.

parent c23b8a7a
......@@ -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 */
};
......
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