1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

pidl - Remove "Py_RETURN_NONE" compatibility code

This was needed only by Python 2.3 which we no longer support.
This commit is contained in:
Matthias Dieter Wallnöfer 2010-02-04 11:25:06 +01:00
parent e34637b2a6
commit 04cf9b81eb

View File

@ -1132,10 +1132,6 @@ sub Parse($$$$$)
#include \"$hdr\"
#include \"$ndr_hdr\"
#ifndef Py_RETURN_NONE
#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
#endif
");
foreach my $x (@$ndr) {