[svn:mod_parrot] r429 - mod_parrot/branches/hll-modules/src
[email protected] Thu, 18 Sep 2008 20:05:56 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz
Date: Thu Sep 18 20:05:55 2008
New Revision: 429
Modified:
mod_parrot/branches/hll-modules/src/module.c
Log:
more cleanup
Modified: mod_parrot/branches/hll-modules/src/module.c
==============================================================================
--- mod_parrot/branches/hll-modules/src/module.c (original)
+++ mod_parrot/branches/hll-modules/src/module.c Thu Sep 18 20:05:55 2008
@@ -216,10 +216,6 @@
modp->register_hooks = register_meta_hooks;
/* module_array lets us access modules in sequence */
-#if 0
- modpp = (module **)apr_array_push(mpcfg->module_array);
- *modpp = modp;
-#endif
*(module **)apr_array_push(mpcfg->module_array) = modp;
/* module_hash lets us access modules by name */