mirror of https://github.com/python/cpython
Remove unused defines.
This commit is contained in:
parent
eadece2865
commit
18809fa94e
|
@ -2,12 +2,6 @@
|
||||||
unicode_format.h -- implementation of str.format().
|
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 *********/
|
/*********** Global data structures and forward declarations *********/
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue