mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Remove unused defines.
This commit is contained in:
commit
06b16f879f
1 changed files with 0 additions and 6 deletions
|
@ -2,12 +2,6 @@
|
|||
unicode_format.h -- implementation of str.format().
|
||||
*/
|
||||
|
||||
/* Defines for more efficiently reallocating the string buffer */
|
||||
#define INITIAL_SIZE_INCREMENT 100
|
||||
#define SIZE_MULTIPLIER 2
|
||||
#define MAX_SIZE_INCREMENT 3200
|
||||
|
||||
|
||||
/************************************************************************/
|
||||
/*********** Global data structures and forward declarations *********/
|
||||
/************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue