py3: Remove unused PyStr_AsUTF8String macro from py3compat.h
authorAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 03:54:36 +0000 (05:54 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 12:14:25 +0000 (12:14 +0000)
commit5c15e68bb1e79cd4f3f2590f9cadf00253aa788c
treef12953484091736ee965232d56278b782b4674e8
parenta5b04db676ee73df2f5dd98096ee849c6a0447fa
py3: Remove unused PyStr_AsUTF8String 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