]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove unused defines.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 23 Feb 2013 12:48:16 +0000 (14:48 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 23 Feb 2013 12:48:16 +0000 (14:48 +0200)
Objects/stringlib/unicode_format.h

index be580c685897d6760d3f664f3e99dd8c11f0b9fe..e9be516318f22f71371409e7929c542a93237a09 100644 (file)
@@ -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  *********/
 /************************************************************************/