summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/QueuedEventSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/QueuedEventSource.cpp')
-rw-r--r--src/libs/engine/QueuedEventSource.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/engine/QueuedEventSource.cpp b/src/libs/engine/QueuedEventSource.cpp
index 45eecfb1..830b0103 100644
--- a/src/libs/engine/QueuedEventSource.cpp
+++ b/src/libs/engine/QueuedEventSource.cpp
@@ -43,7 +43,6 @@ QueuedEventSource::QueuedEventSource(size_t queued_size, size_t stamped_size)
assert(context() == THREAD_PRE_PROCESS);
set_name("QueuedEventSource");
- Thread::start();
}