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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/hash_template.c b/src/hash_template.c
index 1bc6847..eb98224 100644
--- a/src/hash_template.c
+++ b/src/hash_template.c
@@ -46,11 +46,7 @@ typedef struct {
/* Please see PEP3123 for a discussion of PyObject_HEAD and changes made in 3.x to make it conform to Standard C.
* These changes also dictate using Py_TYPE to check type, and PyVarObject_HEAD_INIT(NULL, 0) to initialize
*/
-#ifdef IS_PY3K
-static PyTypeObject ALGtype;
-#else
staticforward PyTypeObject ALGtype;
-#endif
static ALGobject *
newALGobject(void)