summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr/py_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/ndr/py_misc.c')
-rw-r--r--source4/librpc/ndr/py_misc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/librpc/ndr/py_misc.c b/source4/librpc/ndr/py_misc.c
index 4e6d62ef482..d8edff899ac 100644
--- a/source4/librpc/ndr/py_misc.c
+++ b/source4/librpc/ndr/py_misc.c
@@ -20,10 +20,6 @@
#include <Python.h>
#include "librpc/gen_ndr/misc.h"
-#ifndef Py_RETURN_NONE
-#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
-#endif
-
static int py_GUID_cmp(PyObject *py_self, PyObject *py_other)
{
int ret;