summaryrefslogtreecommitdiff
path: root/python/pyglue.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyglue.c')
-rw-r--r--python/pyglue.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/pyglue.c b/python/pyglue.c
index 02fb005071a..3fc6e38691f 100644
--- a/python/pyglue.c
+++ b/python/pyglue.c
@@ -25,10 +25,6 @@
void init_glue(void);
-#ifndef Py_RETURN_NONE
-#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
-#endif
-
static PyObject *py_generate_random_str(PyObject *self, PyObject *args)
{
int len;