[svn:mod_parrot] r583 - mod_parrot/trunk/src
[email protected] Mon, 5 Jan 2009 16:39:49 -0800 (PST)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz
Date: Mon Jan 5 16:39:48 2009
New Revision: 583
Modified:
mod_parrot/trunk/src/module.c
Log:
remove XXX comments for code that has been fixed
Modified: mod_parrot/trunk/src/module.c
==============================================================================
--- mod_parrot/trunk/src/module.c (original)
+++ mod_parrot/trunk/src/module.c Mon Jan 5 16:39:48 2009
@@ -293,7 +293,6 @@
if (!srvcfg->cfg) {
srvcfg->name = apr_pstrdup(cmd->pool, data->modp->name);
if (minfo->server_create_sub) {
- /* XXX pass in pool and server_rec objects when implemented */
pool_pmc = modparrot_wrap_apr_pool(ctxp->interp, cmd->pool);
sr_pmc = modparrot_wrap_server_rec(ctxp->interp, cmd->server);
srvcfg->cfg = Parrot_call_sub(ctxp->interp,
@@ -311,7 +310,6 @@
if (!dircfg->cfg) {
dircfg->name = apr_pstrdup(cmd->pool, data->modp->name);
if (minfo->dir_create_sub) {
- /* XXX pass in pool and server_rec objects when implemented */
pool_pmc = modparrot_wrap_apr_pool(ctxp->interp, cmd->pool);
sr_pmc = modparrot_wrap_server_rec(ctxp->interp, cmd->server);
dircfg->cfg = Parrot_call_sub(ctxp->interp,