File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ class webserver
183183 std::map<details::http_endpoint, http_resource*> registered_resources;
184184 std::map<std::string, http_resource*> registered_resources_str;
185185
186- int next_to_choose;
187186 std::set<http::ip_representation> bans;
188187 std::set<http::ip_representation> allowances;
189188
Original file line number Diff line number Diff line change @@ -151,8 +151,7 @@ webserver::webserver(const create_webserver& params):
151151 single_resource (params._single_resource),
152152 not_found_resource (params._not_found_resource),
153153 method_not_allowed_resource (params._method_not_allowed_resource),
154- internal_error_resource (params._internal_error_resource),
155- next_to_choose (0 )
154+ internal_error_resource (params._internal_error_resource)
156155{
157156 ignore_sigpipe ();
158157 pthread_mutex_init (&mutexwait, NULL );
You can’t perform that action at this time.
0 commit comments