summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/unicode_format.h
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-23 12:48:16 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-23 12:48:16 (GMT)
commit18809fa94eb5840421857ed4eabf36f5141fd874 (patch)
tree9c197264984e81a511cf45ed71ab4cce8bdf0730 /Objects/stringlib/unicode_format.h
parenteadece2865f76eaf96b23b1d76801b7bb64a7b3b (diff)
downloadcpython-18809fa94eb5840421857ed4eabf36f5141fd874.zip
cpython-18809fa94eb5840421857ed4eabf36f5141fd874.tar.gz
cpython-18809fa94eb5840421857ed4eabf36f5141fd874.tar.bz2
Remove unused defines.
Diffstat (limited to 'Objects/stringlib/unicode_format.h')
-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 *********/
/************************************************************************/