From bbfe603e5ae42317a2b67d713d00882bea341c88 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Mon, 20 Jul 2020 16:57:44 +0100 Subject: IVGCVSW-5166 Pull out the common and server side code into standalone libraries Change-Id: I180f84c493a9b2be4b93b25d312ebdd9e71b1735 Signed-off-by: Jim Flynn --- src/profiling/CommandHandlerFunctor.cpp | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/profiling/CommandHandlerFunctor.cpp (limited to 'src/profiling/CommandHandlerFunctor.cpp') diff --git a/src/profiling/CommandHandlerFunctor.cpp b/src/profiling/CommandHandlerFunctor.cpp deleted file mode 100644 index 7f836cba2f..0000000000 --- a/src/profiling/CommandHandlerFunctor.cpp +++ /dev/null @@ -1,31 +0,0 @@ -// -// Copyright © 2017 Arm Ltd. All rights reserved. -// SPDX-License-Identifier: MIT -// - -#include "CommandHandlerFunctor.hpp" - -namespace armnn -{ - -namespace profiling -{ - -uint32_t CommandHandlerFunctor::GetFamilyId() const -{ - return m_FamilyId; -} - -uint32_t CommandHandlerFunctor::GetPacketId() const -{ - return m_PacketId; -} - -uint32_t CommandHandlerFunctor::GetVersion() const -{ - return m_Version; -} - -} // namespace profiling - -} // namespace armnn -- cgit v1.2.1