mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Dispatcher: Remove unused member variable.
This commit is contained in:
@@ -78,7 +78,6 @@ class DispatcherBase {
|
||||
std::string m_persist_filename;
|
||||
std::thread m_dispatch_thread;
|
||||
std::thread m_clientserver_thread;
|
||||
std::thread m_notifier_thread;
|
||||
|
||||
std::unique_ptr<NetworkAcceptor> m_server_acceptor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user