mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
stringlib: remove unused STRINGLIB_RESIZE macro
This commit is contained in:
parent
685bd4a37a
commit
76b3b2726c
7 changed files with 0 additions and 7 deletions
|
@ -21,7 +21,6 @@
|
|||
#define STRINGLIB_STR PyUnicode_AS_UNICODE
|
||||
#define STRINGLIB_LEN PyUnicode_GET_SIZE
|
||||
#define STRINGLIB_NEW PyUnicode_FromUnicode
|
||||
#define STRINGLIB_RESIZE PyUnicode_Resize
|
||||
#define STRINGLIB_CHECK PyUnicode_Check
|
||||
#define STRINGLIB_CHECK_EXACT PyUnicode_CheckExact
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue