* 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
This commit is contained in:
Ruediger Pluem
2010-01-27 17:30:10 +00:00
parent 7b0668b8dc
commit e7cb3d2c94

View 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;