s4:Remove "Py_RETURN_NONE" compatibility code
[metze/samba-autobuild/.git] / source4 / web_server / wsgi.c
index 48255bc205ee94cf62939b8bf2d413ed2a55aec2..9b5e38400c661b2010c74bc04e34dfd93620868e 100644 (file)
 #include "../lib/util/data_blob.h"
 #include "lib/tls/tls.h"
 
-#ifndef Py_RETURN_NONE
-#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
-#endif
-
 typedef struct {
        PyObject_HEAD
        struct websrv_context *web;