py3: Remove unused PyStr_Decode macro from py3compat.h
authorAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 03:53:44 +0000 (05:53 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 12:14:25 +0000 (12:14 +0000)
commita5b04db676ee73df2f5dd98096ee849c6a0447fa
tree36506c07073e7ab95c088e7b5f3a1274a1102971
parent1c92e7bdea0b9d65f05475584e36852db9744599
py3: Remove unused PyStr_Decode 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