[svn:mod_parrot] r307 - mod_parrot/trunk/src [email protected] Tue, 8 Jan 2008 13:24:39 -0800 (PST) Newsgroups perl.cvs.mod_parrot Message-ID <[email protected]> Author: jhorwitz Date: Tue Jan 8 13:24:38 2008 New Revision: 307 Modified: mod_parrot/trunk/src/modparrot_config.c Log: more compiler warning fixes Modified: mod_parrot/trunk/src/modparrot_config.c ============================================================================== --- mod_parrot/trunk/src/modparrot_config.c (original) +++ mod_parrot/trunk/src/modparrot_config.c Tue Jan 8 13:24:38 2008 @@ -40,7 +40,6 @@ static apr_status_t modparrot_cleanup(void *data) { modparrot_srv_config *cfg; - apr_array_header_t *ctx_pool; server_rec *s = (server_rec *)data; cfg = ap_get_module_config(s->module_config, &parrot_module);