diff options
Diffstat (limited to 'source4/auth/pyauth.c')
-rw-r--r-- | source4/auth/pyauth.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/auth/pyauth.c b/source4/auth/pyauth.c index 437e671bba..d79d41782d 100644 --- a/source4/auth/pyauth.c +++ b/source4/auth/pyauth.c @@ -43,10 +43,6 @@ typedef inquiry lenfunc; typedef intargfunc ssizeargfunc; #endif -#ifndef Py_RETURN_NONE -#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None -#endif - static PyObject *PyAuthSession_FromSession(struct auth_session_info *session) { return py_return_ndr_struct("samba.dcerpc.auth", "session_info", session, session); |