From e09fc820968ee4de20df60e371088582a710bad0 Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Wed, 29 Apr 2020 13:17:30 +0100 Subject: IVGCVSW-4730 Remove the duplication of PIPE_MAGIC in the code base Change-Id: I41c6e917b29eee33360758b6c5afe5dadba89093 Signed-off-by: Finn Williams --- src/profiling/FileOnlyProfilingConnection.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/profiling/FileOnlyProfilingConnection.hpp') diff --git a/src/profiling/FileOnlyProfilingConnection.hpp b/src/profiling/FileOnlyProfilingConnection.hpp index 12ac27333d..466f4f1831 100644 --- a/src/profiling/FileOnlyProfilingConnection.hpp +++ b/src/profiling/FileOnlyProfilingConnection.hpp @@ -94,8 +94,6 @@ private: void ForwardPacketToHandlers(Packet& packet); void ServiceLocalHandlers(); - static const uint32_t PIPE_MAGIC = 0x45495434; - Runtime::CreationOptions::ExternalProfilingOptions m_Options; bool m_QuietOp; std::vector m_IdList; -- cgit v1.2.1