From 277618302d0f131eac0b6ac2015dd3eb09aa6ff9 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Sun, 20 Mar 2022 21:52:17 +0000 Subject: IVGCVSW-6706 Move headers to profiling/client/include !android-nn-driver:7337 Change-Id: Ide401623829cc99fb9b51e9bbce3482ce706a8dd Signed-off-by: Jim Flynn --- src/profiling/IReportStructure.hpp | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/profiling/IReportStructure.hpp (limited to 'src/profiling/IReportStructure.hpp') 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 - -- cgit v1.2.1