1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

remove ability to set min and max pool sizes for server scope in prep for removing server scope

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200639 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brian McCallister
2011-11-10 23:54:00 +00:00
parent db8040ed4f
commit 1278d68ae7
4 changed files with 0 additions and 43 deletions

View File

@@ -97,8 +97,6 @@ typedef struct
* AP_LUA_SCOPE_ONCE | AP_LUA_SCOPE_REQUEST | AP_LUA_SCOPE_CONN | AP_LUA_SCOPE_SERVER
*/
unsigned int vm_scope;
unsigned int vm_server_pool_min;
unsigned int vm_server_pool_max;
/* info for the hook harnesses */
apr_hash_t *hooks; /* <wombat_hook_info> */