From: Andrew Bartlett Date: Tue, 24 Oct 2017 03:46:19 +0000 (+1300) Subject: python: Remove Python 2.4 compat macro X-Git-Tag: talloc-2.1.11~442 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ba077f4dbda30d085823509b0aee132ff91edb6;p=thirdparty%2Fsamba.git python: Remove Python 2.4 compat macro Signed-off-by: Andrew Bartlett Reviewed-by: Garming Sam --- diff --git a/libgpo/pygpo.c b/libgpo/pygpo.c index 09e03af9650..28f41f754b8 100644 --- a/libgpo/pygpo.c +++ b/libgpo/pygpo.c @@ -30,10 +30,6 @@ /* A Python C API module to use LIBGPO */ -#ifndef Py_RETURN_NONE -#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None -#endif - typedef struct { PyObject_HEAD TALLOC_CTX *frame;