From 76c50d81a5ac188a011c18bcf4afd71e35d17976 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Thu, 21 Nov 2019 12:10:42 +0000 Subject: Remove const type qualifiers with no effect Signed-off-by: Matteo Martincigh Change-Id: I3ddd98864eef41c0548ab907a48b025b9154a5a8 --- src/profiling/test/SendCounterPacketTests.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profiling/test/SendCounterPacketTests.hpp') diff --git a/src/profiling/test/SendCounterPacketTests.hpp b/src/profiling/test/SendCounterPacketTests.hpp index d70239ef1a..cd41418e2c 100644 --- a/src/profiling/test/SendCounterPacketTests.hpp +++ b/src/profiling/test/SendCounterPacketTests.hpp @@ -118,7 +118,7 @@ public: ~MockPacketBuffer() {} - const unsigned char* const GetReadableData() const override { return m_Data.get(); } + const unsigned char* GetReadableData() const override { return m_Data.get(); } unsigned int GetSize() const override { return m_Size; } -- cgit v1.2.1