remove un-needed _backgroundThreadRunning variable

This commit is contained in:
Benjamin Sergeant
2019-05-01 11:08:36 -07:00
parent bee97237d9
commit b5aae88a0b
4 changed files with 3 additions and 9 deletions

View File

@ -154,7 +154,6 @@ namespace ix
static OnTrafficTrackerCallback _onTrafficTrackerCallback;
std::atomic<bool> _stop;
std::atomic<bool> _backgroundThreadRunning;
std::atomic<bool> _automaticReconnection;
std::thread _thread;
std::mutex _writeMutex;