mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +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:
parent
e34637b2a6
commit
04cf9b81eb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user