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 --- src/backends/aclCommon/test/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/backends/aclCommon/test/CMakeLists.txt') diff --git a/src/backends/aclCommon/test/CMakeLists.txt b/src/backends/aclCommon/test/CMakeLists.txt index ee27def133..8be6621e28 100644 --- a/src/backends/aclCommon/test/CMakeLists.txt +++ b/src/backends/aclCommon/test/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright © 2017 Arm Ltd. All rights reserved. +# Copyright © 2017 Arm Ltd and Contributors. All rights reserved. # SPDX-License-Identifier: MIT # @@ -7,7 +7,6 @@ list(APPEND armnnAclCommonUnitTests_sources ArmComputeTensorUtilsTests.cpp CreateWorkloadClNeon.hpp MemCopyTests.cpp - MemCopyTestImpl.hpp ) add_library(armnnAclCommonUnitTests OBJECT ${armnnAclCommonUnitTests_sources}) -- cgit v1.2.1