Skip to content

Commit 18809fa

Browse files
Remove unused defines.
1 parent eadece2 commit 18809fa

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Objects/stringlib/unicode_format.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
unicode_format.h -- implementation of str.format().
33
*/
44

5-
/* Defines for more efficiently reallocating the string buffer */
6-
#define INITIAL_SIZE_INCREMENT 100
7-
#define SIZE_MULTIPLIER 2
8-
#define MAX_SIZE_INCREMENT 3200
9-
10-
115
/************************************************************************/
126
/*********** Global data structures and forward declarations *********/
137
/************************************************************************/

0 commit comments

Comments
 (0)