py3: Remove unused PyInt_FromString macro from py3compat.h
authorAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 03:59:56 +0000 (05:59 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 12:14:25 +0000 (12:14 +0000)
commit7bd3d0f79be8464b63815da8db9c0ec205da5e6e
treed34d60d0fe59fc08ee252b411ba213c8792e70eb
parent09fecb677530fb9fedbc5c68cffca09270340bf0
py3: Remove unused PyInt_FromString 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