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/09/20 02:10:47 UTC

svn commit: r816972 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bucket.c

Author: trawick
Date: Sun Sep 20 00:10:46 2009
New Revision: 816972

URL: http://svn.apache.org/viewvc?rev=816972&view=rev
Log:
axe unused variables left behind by r816367

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

Modified: httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bucket.c
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bucket.c?rev=816972&r1=816971&r2=816972&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bucket.c (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_bucket.c Sun Sep 20 00:10:46 2009
@@ -24,7 +24,6 @@
                                     apr_bucket_alloc_t * bucketalloc,
                                     char **buffer, apr_size_t * bufferlen)
 {
-    server_rec *s = ctx->ipc.request->server;
     apr_status_t rv;
 
     if (!ctx->buffer) {
@@ -78,7 +77,6 @@
                                              apr_read_type_e block)
 {
     fcgid_bucket_ctx *ctx = (fcgid_bucket_ctx *) b->data;
-    server_rec *s = ctx->ipc.request->server;
     apr_status_t rv;
     apr_size_t hasread, bodysize;
     FCGI_Header header;