fix: remove ready in thread_info
This commit is contained in:
parent
ff1b961c5b
commit
24a59a4875
|
@ -131,8 +131,6 @@ enum nghttp2_asio_error {
|
||||||
|
|
||||||
struct thread_info {
|
struct thread_info {
|
||||||
thread_info(pid_t id) : pid(id) {}
|
thread_info(pid_t id) : pid(id) {}
|
||||||
// Thread info is ready to be read.
|
|
||||||
bool ready;
|
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue