]> granicus.if.org Git - apache/commitdiff
* Remove unused variable to silence compiler warning
authorRuediger Pluem <rpluem@apache.org>
Wed, 27 Jan 2010 17:30:10 +0000 (17:30 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 27 Jan 2010 17:30:10 +0000 (17:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@903748 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_autoindex.c

index e1cde2faf6d58f6c9afba860008eb15890dba3b7..93da82399c2a342703c4bc038271cdab6969af6e 100644 (file)
@@ -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;