You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/12/15 15:30:13 UTC

svn commit: r890802 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bridge.c

Author: trawick
Date: Tue Dec 15 14:30:13 2009
New Revision: 890802

URL: http://svn.apache.org/viewvc?rev=890802&view=rev
Log:
fix this:
fcgid_bridge.c: In function ‘bucket_ctx_cleanup’:
fcgid_bridge.c:166: warning: unused variable ‘sconf’

Modified:
    httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bridge.c

Modified: httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bridge.c
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bridge.c?rev=890802&r1=890801&r2=890802&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bridge.c (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bridge.c Tue Dec 15 14:30:13 2009
@@ -162,9 +162,6 @@
      */
     fcgid_bucket_ctx *ctx = (fcgid_bucket_ctx *) thectx;
     request_rec *r = ctx->ipc.request;
-    server_rec *s = r->server;
-    fcgid_server_conf *sconf = ap_get_module_config(s->module_config,
-                                                    &fcgid_module);
 
     /* Free bucket buffer */
     if (ctx->buffer) {