From 10ac9c41ec3b28712ed179a766ecda0d2202b650 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Fri, 12 Oct 2012 06:27:11 -0500 Subject: [PATCH] removes unused varaible from wsperf --- examples/wsperf/request.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wsperf/request.cpp b/examples/wsperf/request.cpp index db798d14d0..52f2ec2980 100644 --- a/examples/wsperf/request.cpp +++ b/examples/wsperf/request.cpp @@ -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);