py3: Remove unused PyStr_Format macro from py3compat.h
authorAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 03:50:49 +0000 (05:50 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 12:14:25 +0000 (12:14 +0000)
commite191788c0654c80d9e9defff080049bfb3115fbf
tree34c734dcb43853c1891312704fcf34312e0f205e
parent00718304e9a01b5ee8b0a5cf4e7fa323ca85b032
py3: Remove unused PyStr_Format 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