diff options
Diffstat (limited to 'source4/librpc/ndr/py_auth.c')
-rw-r--r-- | source4/librpc/ndr/py_auth.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/librpc/ndr/py_auth.c b/source4/librpc/ndr/py_auth.c index 8c9c16fa21..95c9a30321 100644 --- a/source4/librpc/ndr/py_auth.c +++ b/source4/librpc/ndr/py_auth.c @@ -26,10 +26,6 @@ #include "auth/credentials/pycredentials.h" #include "librpc/rpc/pyrpc_util.h" -#ifndef Py_RETURN_NONE -#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None -#endif - static void PyType_AddGetSet(PyTypeObject *type, PyGetSetDef *getset) { PyObject *dict; |