removes unused varaible from wsperf

This commit is contained in:
Peter Thorson
2012-10-12 06:27:11 -05:00
parent 492ada4788
commit 10ac9c41ec

View File

@@ -37,7 +37,7 @@ void request::process(unsigned int id) {
case_handler_ptr test;
stress_handler_ptr shandler;
std::string uri;
size_t connections_opened = 0;
//size_t connections_opened = 0;
size_t connection_count;
wscmd::cmd command = wscmd::parse(req);