From ce8204a528b3973b2dbf258095ab048a061263ea Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Fri, 2 Sep 2022 14:36:54 +0100 Subject: IVGCVSW-7209 Remove deprecated code due to be removed in 22.11 * Files deleted when Stabilizing the API Signed-off-by: Teresa Charlin Change-Id: I0ae73ee36968fa880761c10358bfa827be5fe054 --- .../backendsCommon/test/layerTests/LayerTestResult.hpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/backends/backendsCommon/test/layerTests/LayerTestResult.hpp (limited to 'src/backends/backendsCommon/test/layerTests/LayerTestResult.hpp') diff --git a/src/backends/backendsCommon/test/layerTests/LayerTestResult.hpp b/src/backends/backendsCommon/test/layerTests/LayerTestResult.hpp deleted file mode 100644 index c24359fb1f..0000000000 --- a/src/backends/backendsCommon/test/layerTests/LayerTestResult.hpp +++ /dev/null @@ -1,16 +0,0 @@ -// -// Copyright © 2017 Arm Ltd and Contributors. All rights reserved. -// SPDX-License-Identifier: MIT -// - -// This file is deprecated and will be removed soon. -// Please use the new header in armnnTestUtils instead. -// This will use the new armnnTestUtils header. -#include - -#pragma message("backendsCommon/test/layerTests/LayerTestResult.hpp has been deprecated, it is due for " \ - "removal in 22.11 release. Please use public interface include/armnnTestUtils/LayerTestResult.hpp") - - - - -- cgit v1.2.1