diff options
Diffstat (limited to 'lib/ldb/pyldb.c')
-rw-r--r-- | lib/ldb/pyldb.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ldb/pyldb.c b/lib/ldb/pyldb.c index 4583132900..4360b31776 100644 --- a/lib/ldb/pyldb.c +++ b/lib/ldb/pyldb.c @@ -64,10 +64,6 @@ typedef inquiry lenfunc; typedef intargfunc ssizeargfunc; #endif -#ifndef Py_RETURN_NONE -#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None -#endif - #define SIGN(a) (((a) == 0)?0:((a) < 0?-1:1)) |