aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/SendCounterPacket.hpp
diff options
context:
space:
mode:
authorFinn Williams <Finn.Williams@arm.com>2020-04-29 13:17:30 +0100
committerfinn.williams <finn.williams@arm.com>2020-05-07 13:56:43 +0000
commite09fc820968ee4de20df60e371088582a710bad0 (patch)
tree17047a89e67ff0265a801d79add45c263cab1259 /src/profiling/SendCounterPacket.hpp
parentec99f2907ceecf8045d1cf392a51e57d9fb6bb60 (diff)
downloadarmnn-e09fc820968ee4de20df60e371088582a710bad0.tar.gz
IVGCVSW-4730 Remove the duplication of PIPE_MAGIC in the code base
Change-Id: I41c6e917b29eee33360758b6c5afe5dadba89093 Signed-off-by: Finn Williams <Finn.Williams@arm.com>
Diffstat (limited to 'src/profiling/SendCounterPacket.hpp')
-rw-r--r--src/profiling/SendCounterPacket.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/profiling/SendCounterPacket.hpp b/src/profiling/SendCounterPacket.hpp
index 1880a2a47d..4262c93676 100644
--- a/src/profiling/SendCounterPacket.hpp
+++ b/src/profiling/SendCounterPacket.hpp
@@ -40,8 +40,6 @@ public:
void SendPeriodicCounterSelectionPacket(uint32_t capturePeriod,
const std::vector<uint16_t>& selectedCounterIds) override;
- static const unsigned int PIPE_MAGIC = 0x45495434;
-
private:
template <typename ExceptionType>
void CancelOperationAndThrow(const std::string& errorMessage)