[svn:mod_parrot] r428 - mod_parrot/branches/hll-modules/src
[email protected] Thu, 18 Sep 2008 20:04:33 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz
Date: Thu Sep 18 20:04:32 2008
New Revision: 428
Modified:
mod_parrot/branches/hll-modules/src/mod_parrot.c
Log:
more cleanup
Modified: mod_parrot/branches/hll-modules/src/mod_parrot.c
==============================================================================
--- mod_parrot/branches/hll-modules/src/mod_parrot.c (original)
+++ mod_parrot/branches/hll-modules/src/mod_parrot.c Thu Sep 18 20:04:32 2008
@@ -268,15 +268,6 @@
{
modparrot_context *ctxp;
- /* XXX WHERE TO PUT THIS???? */
-#if 0
- /* take this opportunity to register the mod_parrot cleanup handler here,
- * as we may not handle any other part of the request until then.
- */
- apr_pool_cleanup_register(r->pool, r, modparrot_request_cleanup,
- apr_pool_cleanup_null);
-#endif
-
/* initialize context */
if (!(ctxp = init_ctx(r->server))) {
MPLOG_ERROR(r->server, "context initialization failed");