fix: remove ready in thread_info

This commit is contained in:
Jacky_Yin 2021-08-16 20:02:44 +08:00
parent ff1b961c5b
commit 24a59a4875
1 changed files with 0 additions and 2 deletions

View File

@ -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;
};