- remove unused variable

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1362 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.13
Marcus Rückert 2006-10-03 22:20:32 +00:00
parent 7cefa9ce73
commit acd628fe09
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ static handler_t mod_status_handle_server_status_text(server *srv, connection *c
static handler_t mod_status_handle_server_statistics(server *srv, connection *con, void *p_d) {
plugin_data *p = p_d;
buffer *b, *m = p->module_list;
buffer *b = p->module_list;
size_t i;
array *st = srv->status;