From 18809fa94eb5840421857ed4eabf36f5141fd874 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 23 Feb 2013 14:48:16 +0200 Subject: [PATCH] Remove unused defines. --- Objects/stringlib/unicode_format.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Objects/stringlib/unicode_format.h b/Objects/stringlib/unicode_format.h index be580c68589..e9be516318f 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 *********/ /************************************************************************/