Author: joes
Date: Mon Feb 13 18:52:26 2006
New Revision: 377590
URL: http://svn.apache.org/viewcvs?rev=377590&view=rev
Log:
silence -Wall warnings about unused variables
Modified:
httpd/apreq/trunk/include/apreq_version.h
httpd/apreq/trunk/library/parser_header.c
Modified: httpd/apreq/trunk/include/apreq_version.h
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/include/apreq_version.h?rev=377590&r1=377589&r2=377590&view=diff
==============================================================================
--- httpd/apreq/trunk/include/apreq_version.h (original)
+++ httpd/apreq/trunk/include/apreq_version.h Mon Feb 13 18:52:26 2006
@@ -61,7 +61,7 @@
#define APREQ_MINOR_VERSION 5
/** patch level */
-#define APREQ_PATCH_VERSION 7
+#define APREQ_PATCH_VERSION 8
/**
* This symbol is defined for internal, "development" copies of libapreq.
Modified: httpd/apreq/trunk/library/parser_header.c
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/library/parser_header.c?rev=377590&r1=377589&r2=377590&view=diff
==============================================================================
--- httpd/apreq/trunk/library/parser_header.c (original)
+++ httpd/apreq/trunk/library/parser_header.c Mon Feb 13 18:52:26 2006
@@ -156,7 +156,6 @@
APREQ_DECLARE_PARSER(apreq_parse_headers)
{
apr_pool_t *pool = parser->pool;
- apr_ssize_t nlen, glen, vlen;
apr_bucket *e;
struct hdr_ctx *ctx;