diff --git a/src/includes/nghttp2/asio_http2.h b/src/includes/nghttp2/asio_http2.h index d17d8fd6..9a182dfd 100644 --- a/src/includes/nghttp2/asio_http2.h +++ b/src/includes/nghttp2/asio_http2.h @@ -131,8 +131,6 @@ enum nghttp2_asio_error { struct thread_info { thread_info(pid_t id) : pid(id) {} - // Thread info is ready to be read. - bool ready; pid_t pid; };