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

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


http://hg.python.org/cpython/rev/04b5bef5c8d3
changeset:   82341:04b5bef5c8d3
parent:      82339:c3a09c535001
parent:      82340:629af342b189
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Feb 23 14:49:09 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