py3: Remove unused PyInt_FromSsize_t macro from py3compat.h
authorAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 04:00:41 +0000 (06:00 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 12:14:25 +0000 (12:14 +0000)
commitf35239915252e1644134bf0eb55e18540a6d20d9
tree0cf222d37161f81964b3a0bdb7305ee933a464e3
parent7bd3d0f79be8464b63815da8db9c0ec205da5e6e
py3: Remove unused PyInt_FromSsize_t 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>
python/py3compat.h