From 7bbdf9db051f40377a284a28375816e60349376d Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Thu, 24 Oct 2019 10:26:05 +0100 Subject: IVGCVSW-3950 Create SendTimelinePacket interface and class * Implemented ISendTimelinePacket interface and its implementation SendTimelinePacket * Implemented TimelinePacketWriterFactory * Implemented unit tests for SendTimelinePacket functions Signed-off-by: Sadik Armagan Change-Id: I0a47586437f99510394d4d94589dccfb397d38e5 --- src/profiling/SendCounterPacket.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/profiling/SendCounterPacket.cpp') diff --git a/src/profiling/SendCounterPacket.cpp b/src/profiling/SendCounterPacket.cpp index 0ac6ecfca3..382f958fca 100644 --- a/src/profiling/SendCounterPacket.cpp +++ b/src/profiling/SendCounterPacket.cpp @@ -25,7 +25,6 @@ namespace profiling using boost::numeric_cast; const unsigned int SendCounterPacket::PIPE_MAGIC; -const unsigned int SendCounterPacket::MAX_METADATA_PACKET_LENGTH; void SendCounterPacket::SendStreamMetaDataPacket() { -- cgit v1.2.1