summaryrefslogtreecommitdiff
path: root/src/util/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/thread.h')
-rw-r--r--src/util/thread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/thread.h b/src/util/thread.h
index 6258a09a1..3f5ef1199 100644
--- a/src/util/thread.h
+++ b/src/util/thread.h
@@ -32,7 +32,6 @@ public:
MutexedVariable(T value):
m_value(value)
{
- m_mutex.Init();
}
T get()
@@ -75,7 +74,6 @@ public:
JThread(),
run(true)
{
- run_mutex.Init();
}
virtual ~SimpleThread()