]> granicus.if.org Git - apache/commitdiff
Get rid of some unused variables introduced in recent method work.
authorJeff Trawick <trawick@apache.org>
Thu, 14 Sep 2000 20:43:14 +0000 (20:43 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 14 Sep 2000 20:43:14 +0000 (20:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86231 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c
modules/http/http_request.c

index 4ce47e612066aab729be39a6105d717b0446084c..3438cf7f4c63cd63debfb95b70590856ba1b3e90 100644 (file)
@@ -1775,7 +1775,6 @@ API_EXPORT(void) ap_method_list_remove(ap_method_list_t *l,
                                       const char *method)
 {
     int methnum;
-    const char **xmethod;
     char **methods;
 
     /*
index db742e7dce80e258c75a9cb5d32bf355c1343f32..72d7764f066c0c44931e29b2861f897245786a0f 100644 (file)
@@ -1445,10 +1445,9 @@ API_EXPORT(void) ap_update_mtime(request_rec *r, apr_time_t dependency_mtime)
     }
 }
 
-API_EXPORT(void) ap_allow_methods(request_rec *r, int reset, ...) {
-    int mnum;
+API_EXPORT(void) ap_allow_methods(request_rec *r, int reset, ...) 
+{
     const char *method;
-    const char **xmethod;
     va_list methods;
 
     /*