From: Serhiy Storchaka Date: Sat, 23 Feb 2013 12:48:16 +0000 (+0200) Subject: Remove unused defines. X-Git-Tag: v3.3.1rc1~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18809fa94eb5840421857ed4eabf36f5141fd874;p=thirdparty%2FPython%2Fcpython.git Remove unused defines. --- diff --git a/Objects/stringlib/unicode_format.h b/Objects/stringlib/unicode_format.h index be580c685897..e9be516318f2 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 *********/ /************************************************************************/