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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hash_template.c b/src/hash_template.c
index 249040f..cc66544 100644
--- a/src/hash_template.c
+++ b/src/hash_template.c
@@ -48,10 +48,8 @@ typedef struct {
*/
#ifdef IS_PY3K
static PyTypeObject ALGtype;
-#define is_ALGobject(v) (Py_TYPE(v) == &ALGtype)
#else
staticforward PyTypeObject ALGtype;
-#define is_ALGobject(v) ((v)->ob_type == &ALGtype)
#endif
static ALGobject *