summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-08-04 01:29:38 +0000
committerJeff Trawick <trawick@apache.org>2001-08-04 01:29:38 +0000
commitb42eaaf94da604dceb8c8e0d2aafa9d43530a475 (patch)
treeee4d526919d647dfb9cbc6fdd11a8ab0cff0e2cb
parent1738c889398ac9a8de2ee431547c535922f6394a (diff)
downloadhttpd-b42eaaf94da604dceb8c8e0d2aafa9d43530a475.tar.gz
axe unused variable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89917 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--modules/http/mod_mime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/http/mod_mime.c b/modules/http/mod_mime.c
index 6eba10c32a..c16bd92c25 100644
--- a/modules/http/mod_mime.c
+++ b/modules/http/mod_mime.c
@@ -785,7 +785,6 @@ static int find_ct(request_rec *r)
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 =