[svn:mod_parrot] r536 - mod_parrot/trunk/src
[email protected] Mon, 8 Dec 2008 19:42:04 -0800 (PST)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz
Date: Mon Dec 8 19:42:03 2008
New Revision: 536
Modified:
mod_parrot/trunk/src/module.c
Log:
remove unused variable
Modified: mod_parrot/trunk/src/module.c
==============================================================================
--- mod_parrot/trunk/src/module.c (original)
+++ mod_parrot/trunk/src/module.c Mon Dec 8 19:42:03 2008
@@ -406,7 +406,6 @@
Parrot_PMC sub;
Parrot_PMC hpmc;
module *modp = (module *)apr_pcalloc(p, sizeof(*modp));
- module **modpp;
modparrot_context *ctxp = get_interp_ctx(interp);
server_rec *s = ctxp->s;