Skip to content
Snippets Groups Projects
Commit c0f8c920 authored by jsiegle's avatar jsiegle
Browse files

Removed scoped lock from DataThread

parent a6c942bd
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,6 @@ void DataThread::run() { ...@@ -38,8 +38,6 @@ void DataThread::run() {
while (! threadShouldExit()) while (! threadShouldExit())
{ {
// const ScopedLock sl (lock);
if (!updateBuffer()) { if (!updateBuffer()) {
const MessageManagerLock mmLock (Thread::getCurrentThread()); const MessageManagerLock mmLock (Thread::getCurrentThread());
......
...@@ -64,8 +64,6 @@ public: ...@@ -64,8 +64,6 @@ public:
SourceNode* sn; SourceNode* sn;
CriticalSection lock;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment