summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-23 12:49:09 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-23 12:49:09 (GMT)
commit06b16f879f87973dd22d38e882c949f033913100 (patch)
tree08804946c308c098aa5bbeba68f40e5731ca11e0 /Objects
parent36aed8fa4cb1fab942a19e3e787355efe0354631 (diff)
parent18809fa94eb5840421857ed4eabf36f5141fd874 (diff)
downloadcpython-06b16f879f87973dd22d38e882c949f033913100.zip
cpython-06b16f879f87973dd22d38e882c949f033913100.tar.gz
cpython-06b16f879f87973dd22d38e882c949f033913100.tar.bz2
Remove unused defines.
Diffstat (limited to 'Objects')
-rw-r--r--Objects/stringlib/unicode_format.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Objects/stringlib/unicode_format.h b/Objects/stringlib/unicode_format.h
index be580c6..e9be516 100644
--- a/Objects/stringlib/unicode_format.h
+++ b/Objects/stringlib/unicode_format.h
@@ -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 *********/
/************************************************************************/