1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

python: Remove Python 2.4 compat macro

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2017-10-24 16:46:19 +13:00 committed by Garming Sam
parent 0da76af16c
commit 3ba077f4db

View File

@ -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;