]> granicus.if.org Git - apache/commitdiff
Drop unused, previously sscanf() target variables
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 18 Aug 2016 15:43:26 +0000 (15:43 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 18 Aug 2016 15:43:26 +0000 (15:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756821 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index ec466cb9b539d2f6581533511cd495e136aad060..068055e934a16903c7952eab9a870cfe724b876b 100644 (file)
@@ -577,8 +577,6 @@ static int read_request_line(request_rec *r, apr_bucket_brigade *bb)
     } deferred_error = rrl_none;
     char *ll;
     char *uri;
-    unsigned int major = 1, minor = 0;   /* Assume HTTP/1.0 if non-"HTTP" protocol */
-    char http[5];
     apr_size_t len;
     int num_blank_lines = DEFAULT_LIMIT_BLANK_LINES;
     core_server_config *conf = ap_get_core_module_config(r->server->module_config);