]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
py3: Remove unused PyInt_AsUnsignedLongLongMask macro from py3compat.h
authorAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 04:02:49 +0000 (06:02 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 12:14:25 +0000 (12:14 +0000)
Now that we are no longer developing new py2/py3 compatible code we can remove
any aspects of this header we do not use.  This will make the eventual removal
easier.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
python/py3compat.h

index 51ae049be151e3f9d928beacd6b1164974fc2b3e..29ac76a6ce35eaab92da38bca99e3d022b7ff9c6 100644 (file)
@@ -87,7 +87,6 @@
 #define PyInt_Check PyLong_Check
 #define PyInt_FromLong PyLong_FromLong
 #define PyInt_AsLong PyLong_AsLong
-#define PyInt_AsUnsignedLongLongMask PyLong_AsUnsignedLongLongMask
 #define PyInt_AsSsize_t PyLong_AsSsize_t
 
 /* Module init */