From: Ruediger Pluem Date: Wed, 27 Jan 2010 17:30:10 +0000 (+0000) Subject: * Remove unused variable to silence compiler warning X-Git-Tag: 2.3.6~544 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7cb3d2c949c97670fe9134fd233dc5f216d0121;p=apache * Remove unused variable to silence compiler warning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@903748 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_autoindex.c b/modules/generators/mod_autoindex.c index e1cde2faf6..93da82399c 100644 --- a/modules/generators/mod_autoindex.c +++ b/modules/generators/mod_autoindex.c @@ -1497,7 +1497,6 @@ static void output_directories(struct ent **ar, int n, char direction, const char *colargs) { int x; - int row_count = 0; apr_size_t rv; char *name = r->uri; char *tp;