diff options
Diffstat (limited to 'source4/librpc/ndr/py_xattr.c')
-rw-r--r-- | source4/librpc/ndr/py_xattr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/librpc/ndr/py_xattr.c b/source4/librpc/ndr/py_xattr.c index 5a61c734a5..fcf2e66977 100644 --- a/source4/librpc/ndr/py_xattr.c +++ b/source4/librpc/ndr/py_xattr.c @@ -19,10 +19,6 @@ #include <Python.h> -#ifndef Py_RETURN_NONE -#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None -#endif - static void PyType_AddMethods(PyTypeObject *type, PyMethodDef *methods) { PyObject *dict; |