cleanup of commented out code

This commit is contained in:
eelke 2017-12-26 07:28:18 +01:00
parent 83332842fc
commit 81c4449d31
2 changed files with 0 additions and 9 deletions

View file

@ -15,11 +15,9 @@ public:
bool empty();
t_Callable pop();
//HANDLE getNewDataEventHandle(); Looks like this wasn't use at all so we can leave the event out.
private:
using t_CallableQueue = std::deque<t_Callable>;
//Win32Event newData;
std::mutex m;
t_CallableQueue futureQueue;
};