From 34e56fea0ba2ead142404ffa90f7ed95fae0c01e Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Thu, 22 Apr 2010 15:07:40 +0000 Subject: Remove dead code and add possibility to fine tune the size of a mempool (used for result sets). --- ext/mysqlnd/mysqlnd_structs.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/mysqlnd/mysqlnd_structs.h') diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h index 7e9e180a0d..83b80cc43d 100644 --- a/ext/mysqlnd/mysqlnd_structs.h +++ b/ext/mysqlnd/mysqlnd_structs.h @@ -39,9 +39,6 @@ struct st_mysqlnd_memory_pool unsigned int arena_size; unsigned int free_size; - MYSQLND_MEMORY_POOL_CHUNK* free_chunk_list[MYSQLND_MEMORY_POOL_CHUNK_LIST_SIZE]; - unsigned int free_chunk_list_elements; - MYSQLND_MEMORY_POOL_CHUNK* (*get_chunk)(MYSQLND_MEMORY_POOL * pool, unsigned int size TSRMLS_DC); }; -- cgit v1.2.1