Commit c8b789b2 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Kill some deadwood


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89945 13f79535-47bb-0310-9956-ffa450edef68
parent 7f8f166e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -225,9 +225,6 @@ static int handle_dir(request_rec *r)
    if (error_notfound)
        return error_notfound;

    if (r->method_number != M_GET)
        return DECLINED;

    /* nothing for us to do, pass on through */

    return DECLINED;