]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Get rid of unused variable.
authorJeff Trawick <trawick@apache.org>
Tue, 19 Sep 2000 23:02:26 +0000 (23:02 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 19 Sep 2000 23:02:26 +0000 (23:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86254 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_mime_magic.c

index 71571ec42e940bcc86d02be3d5a10ebd6766a9f8..66bb811370a243a010bb0e7bae1b4c50fe2f9be3 100644 (file)
@@ -2149,7 +2149,6 @@ static int uncompress_child(struct uncompress_parms *parm, apr_pool_t *cntxt,
     apr_pool_t *child_context = cntxt;
     apr_procattr_t *procattr;
     apr_proc_t *procnew;
-    apr_socket_t *sock;
 
     env = ap_create_environment(child_context, r->subprocess_env);