Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 77190 invoked by uid 500); 4 Aug 2001 01:30:23 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 77161 invoked by uid 500); 4 Aug 2001 01:30:23 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 4 Aug 2001 01:29:38 -0000 Message-ID: <20010804012938.96124.qmail@icarus.apache.org> From: trawick@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/http mod_mime.c X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Status: O X-Status: X-Keywords: X-UID: 47 trawick 01/08/03 18:29:38 Modified: modules/http mod_mime.c Log: axe unused variable Revision Changes Path 1.48 +0 -1 httpd-2.0/modules/http/mod_mime.c Index: mod_mime.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/http/mod_mime.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- mod_mime.c 2001/08/03 22:57:47 1.47 +++ mod_mime.c 2001/08/04 01:29:38 1.48 @@ -785,7 +785,6 @@ mime_dir_config *conf = (mime_dir_config *) ap_get_module_config(r->per_dir_config, &mime_module); char *ext; - const char *orighandler = r->handler; const char *type; const char *charset = NULL; apr_array_header_t *exception_list =