[svn:mod_parrot] r430 - mod_parrot/branches/hll-modules/src
[email protected] Thu, 18 Sep 2008 20:07:32 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz
Date: Thu Sep 18 20:07:32 2008
New Revision: 430
Modified:
mod_parrot/branches/hll-modules/src/modparrot_config.c
Log:
more cleanup
Modified: mod_parrot/branches/hll-modules/src/modparrot_config.c
==============================================================================
--- mod_parrot/branches/hll-modules/src/modparrot_config.c (original)
+++ mod_parrot/branches/hll-modules/src/modparrot_config.c Thu Sep 18 20:07:32 2008
@@ -53,7 +53,6 @@
/* reset module configs so we recreate them on restart */
for (i = 0; i < cfg->module_array->nelts; i++) {
-/* *l = &((modparrot_handler_info *)files->elts)[i] */
modparrot_module_config *modcfg;
modcfg = ((modparrot_module_config **)cfg->module_array->elts)[i];
modcfg->cfg = NULL;