summaryrefslogtreecommitdiff
path: root/src/block_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/block_template.c')
-rw-r--r--src/block_template.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/block_template.c b/src/block_template.c
index d5e68c1..78af81e 100644
--- a/src/block_template.c
+++ b/src/block_template.c
@@ -690,12 +690,7 @@ static struct PyMethodDef modulemethods[] =
static PyTypeObject ALGtype =
{
-#ifdef IS_PY3K
PyVarObject_HEAD_INIT(NULL, 0) /* deferred type init for compilation on Windows, type will be filled in at runtime */
-#else
- PyObject_HEAD_INIT(NULL)
- 0, /*ob_size*/
-#endif
_MODULE_STRING, /*tp_name*/
sizeof(ALGobject), /*tp_size*/
0, /*tp_itemsize*/