[Python-checkins] cpython (3.3): Remove unused defines.

serhiy.storchaka python-checkins at python.org
Sat Feb 23 13:50:09 CET 2013


http://hg.python.org/cpython/rev/629af342b189
changeset:   82340:629af342b189
branch:      3.3
parent:      82338:489cfa062442
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Feb 23 14:48:16 2013 +0200
summary:
  Remove unused defines.

files:
  Objects/stringlib/unicode_format.h |  6 ------
  1 files changed, 0 insertions(+), 6 deletions(-)


diff --git a/Objects/stringlib/unicode_format.h b/Objects/stringlib/unicode_format.h
--- 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  *********/
 /************************************************************************/

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list