summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/python/pyxattr_native.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/posix/python/pyxattr_native.c')
-rw-r--r--source4/ntvfs/posix/python/pyxattr_native.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/ntvfs/posix/python/pyxattr_native.c b/source4/ntvfs/posix/python/pyxattr_native.c
index 9b60039a38..7dcb5dd37a 100644
--- a/source4/ntvfs/posix/python/pyxattr_native.c
+++ b/source4/ntvfs/posix/python/pyxattr_native.c
@@ -23,10 +23,6 @@
#include "librpc/ndr/libndr.h"
#include "lib/util/wrap_xattr.h"
-#ifndef Py_RETURN_NONE
-#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
-#endif
-
static PyObject *py_is_xattr_supported(PyObject *self)
{
#if !defined(HAVE_XATTR_SUPPORT)