summaryrefslogtreecommitdiff
path: root/src/hash_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash_template.c')
-rw-r--r--src/hash_template.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hash_template.c b/src/hash_template.c
index 1134942..8f3ea4b 100644
--- a/src/hash_template.c
+++ b/src/hash_template.c
@@ -214,12 +214,7 @@ ALG_getattr(PyObject *self, char *name)
}
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*/