mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Get rid of some unused variables introduced in recent method work.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86231 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1775,7 +1775,6 @@ API_EXPORT(void) ap_method_list_remove(ap_method_list_t *l,
|
|||||||
const char *method)
|
const char *method)
|
||||||
{
|
{
|
||||||
int methnum;
|
int methnum;
|
||||||
const char **xmethod;
|
|
||||||
char **methods;
|
char **methods;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -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, ...) {
|
API_EXPORT(void) ap_allow_methods(request_rec *r, int reset, ...)
|
||||||
int mnum;
|
{
|
||||||
const char *method;
|
const char *method;
|
||||||
const char **xmethod;
|
|
||||||
va_list methods;
|
va_list methods;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user