aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/IReportStructure.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/IReportStructure.hpp')
-rw-r--r--src/profiling/IReportStructure.hpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/profiling/IReportStructure.hpp b/src/profiling/IReportStructure.hpp
deleted file mode 100644
index 8891cbd3b0..0000000000
--- a/src/profiling/IReportStructure.hpp
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-// Copyright © 2020 Arm Ltd. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-
-#pragma once
-
-namespace arm
-{
-
-namespace pipe
-{
-
-class IProfilingService;
-
-class IReportStructure
-{
-public:
- virtual ~IReportStructure() {}
- virtual void ReportStructure(arm::pipe::IProfilingService& profilingService) = 0;
-};
-
-} // namespace pipe
-
-} // namespace arm
-