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