summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-04-22 15:07:40 +0000
committerAndrey Hristov <andrey@php.net>2010-04-22 15:07:40 +0000
commit34e56fea0ba2ead142404ffa90f7ed95fae0c01e (patch)
treeaf09f4d2ab0ca71f6e44b375ebfe21168ec6a159 /ext/mysqlnd/mysqlnd_structs.h
parent2556733787ea41701c0cbb19237f24e17f57b48b (diff)
downloadphp-git-34e56fea0ba2ead142404ffa90f7ed95fae0c01e.tar.gz
Remove dead code and add possibility to fine tune the size of
a mempool (used for result sets).
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r--ext/mysqlnd/mysqlnd_structs.h3
1 files changed, 0 insertions, 3 deletions
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);
};