1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

remove unused member

This commit is contained in:
Jeff Becker 2020-05-23 16:55:02 -04:00
parent 25a4bbd5ca
commit 7a5c193e4f
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -53,7 +53,6 @@ namespace llarp
using ID_t = std::thread::id;
llarp_ev_loop* m_Loop = nullptr;
std::optional<ID_t> m_ID;
util::ContentionKiller m_Killer;
std::function<void(std::function<void(void)>)> m_Queue;
};
} // namespace llarp