mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
remove some debug logging which snuck in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -94,7 +94,7 @@ typedef struct
|
||||
apr_pool_t *pool;
|
||||
|
||||
/**
|
||||
* APL_SCOPE_ONCE | APL_SCOPE_REQUEST | APL_SCOPE_CONN | APL_SCOPE_SERVER
|
||||
* 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;
|
||||
@@ -109,7 +109,6 @@ typedef struct
|
||||
|
||||
typedef struct
|
||||
{
|
||||
ap_lua_code_cache *code_cache;
|
||||
apr_hash_t *vm_reslists;
|
||||
apr_thread_rwlock_t *vm_reslists_lock;
|
||||
|
||||
|
Reference in New Issue
Block a user