diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2013-04-14 14:29:09 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2013-04-14 14:29:09 (GMT) |
| commit | 76b3b2726c3c3c58932b460d9a9af1b5021fd8f9 (patch) | |
| tree | f07972671477ef4e9b38b738bddd90884584bb9b /Objects/stringlib/undef.h | |
| parent | 685bd4a37a22678b3f97bbbc24da908696c9fcd5 (diff) | |
| download | cpython-76b3b2726c3c3c58932b460d9a9af1b5021fd8f9.zip cpython-76b3b2726c3c3c58932b460d9a9af1b5021fd8f9.tar.gz cpython-76b3b2726c3c3c58932b460d9a9af1b5021fd8f9.tar.bz2 | |
stringlib: remove unused STRINGLIB_RESIZE macro
Diffstat (limited to 'Objects/stringlib/undef.h')
| -rw-r--r-- | Objects/stringlib/undef.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/stringlib/undef.h b/Objects/stringlib/undef.h index 03117ec..f9d3f1d 100644 --- a/Objects/stringlib/undef.h +++ b/Objects/stringlib/undef.h @@ -6,7 +6,6 @@ #undef STRINGLIB_STR #undef STRINGLIB_LEN #undef STRINGLIB_NEW -#undef STRINGLIB_RESIZE #undef _Py_InsertThousandsGrouping #undef STRINGLIB_IS_UNICODE |
