aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/TimelinePacketWriterFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/TimelinePacketWriterFactory.cpp')
-rw-r--r--src/profiling/TimelinePacketWriterFactory.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/profiling/TimelinePacketWriterFactory.cpp b/src/profiling/TimelinePacketWriterFactory.cpp
deleted file mode 100644
index 78eda79ef0..0000000000
--- a/src/profiling/TimelinePacketWriterFactory.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// Copyright © 2019 Arm Ltd. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-
-#include "TimelinePacketWriterFactory.hpp"
-
-#include "SendTimelinePacket.hpp"
-
-namespace arm
-{
-
-namespace pipe
-{
-
-std::unique_ptr<ISendTimelinePacket> TimelinePacketWriterFactory::GetSendTimelinePacket() const
-{
- return std::make_unique<SendTimelinePacket>(m_BufferManager);
-}
-
-} // namespace pipe
-
-} // namespace arm