aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/RequestCounterDirectoryCommandHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/RequestCounterDirectoryCommandHandler.cpp')
-rw-r--r--src/profiling/RequestCounterDirectoryCommandHandler.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/profiling/RequestCounterDirectoryCommandHandler.cpp b/src/profiling/RequestCounterDirectoryCommandHandler.cpp
index 2dbab3c1d5..5521a25f20 100644
--- a/src/profiling/RequestCounterDirectoryCommandHandler.cpp
+++ b/src/profiling/RequestCounterDirectoryCommandHandler.cpp
@@ -38,9 +38,6 @@ void RequestCounterDirectoryCommandHandler::operator()(const Packet& packet)
m_SendCounterPacket.SendCounterDirectoryPacket(m_CounterDirectory);
m_SendTimelinePacket.SendTimelineMessageDirectoryPackage();
- // Notify the Send Thread that new data is available in the Counter Stream Buffer
- m_SendCounterPacket.SetReadyToRead();
-
break;
default:
throw RuntimeException(boost::str(boost::format("Unknown profiling service state: %1%")