summaryrefslogtreecommitdiff
path: root/python/py3compat.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-06-06 06:02:49 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-06-06 12:14:25 +0000
commit88d62288dd4a3c7eb00603c3a9fc5d1c9c73e51f (patch)
treed2c1144e241160b0a44f8f90d996f2a0f06f2893 /python/py3compat.h
parent6e2e80a4d2b31055ec91316aed6fdb488b40f697 (diff)
downloadsamba-88d62288dd4a3c7eb00603c3a9fc5d1c9c73e51f.tar.gz
py3: Remove unused PyInt_AsUnsignedLongLongMask macro from py3compat.h
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>
Diffstat (limited to 'python/py3compat.h')
-rw-r--r--python/py3compat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/py3compat.h b/python/py3compat.h
index 51ae049be15..29ac76a6ce3 100644
--- a/python/py3compat.h
+++ b/python/py3compat.h
@@ -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 */