Skip to content
Snippets Groups Projects
Commit eecba5ce authored by Joakim Skogø Langvand's avatar Joakim Skogø Langvand
Browse files

Remove unused imports/variables

parent b49c22bf
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@
#include <condition_variable>
#include <functional>
#include <list>
#include <map>
#include <mutex>
#include <thread>
#include <vector>
......@@ -14,10 +13,6 @@ namespace jlworkers {
class Workers {
private:
void m_workerFunc() {
};
std::map<std::thread, std::atomic_bool> m_workers_status;
int m_maxThreadCount;
std::atomic_int m_runningThreadCount;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment