aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/CommandHandlerFunctor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/CommandHandlerFunctor.cpp')
-rw-r--r--src/profiling/CommandHandlerFunctor.cpp31
1 files changed, 0 insertions, 31 deletions
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