Commit 351f4c52 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Remove unused defines.

parents 0767b51d 41258216
......@@ -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 *********/
/************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment