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

remove last traces of the code cache

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200513 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brian McCallister
2011-11-10 20:02:07 +00:00
parent 1a71a61ba5
commit 5eb6753e25
3 changed files with 18 additions and 61 deletions

View File

@@ -93,11 +93,6 @@ typedef struct
apr_pool_t *pool;
/**
* CODE_CACHE_STAT | CODE_CACHE_FOREVER | CODE_CACHE_NEVER
*/
unsigned int code_cache_style;
/**
* APL_SCOPE_ONCE | APL_SCOPE_REQUEST | APL_SCOPE_CONN | APL_SCOPE_SERVER
*/