mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
py3: Remove unused PyStr_Concat 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>
This commit is contained in:
parent
cff26b47ee
commit
00718304e9
@ -61,7 +61,6 @@
|
||||
#define PyStr_FromFormat PyUnicode_FromFormat
|
||||
#define PyStr_FromFormatV PyUnicode_FromFormatV
|
||||
#define PyStr_AsString PyUnicode_AsUTF8
|
||||
#define PyStr_Concat PyUnicode_Concat
|
||||
#define PyStr_Format PyUnicode_Format
|
||||
#define PyStr_InternInPlace PyUnicode_InternInPlace
|
||||
#define PyStr_InternFromString PyUnicode_InternFromString
|
||||
|
Loading…
Reference in New Issue
Block a user