From b28e525233d43b2aaea4da56acdbe9914cb41b5b Mon Sep 17 00:00:00 2001 From: Francis Murtagh Date: Wed, 9 Feb 2022 14:36:04 +0000 Subject: IVGCVSW-6399 Remove deprecated code 22.02 * Remove LayerSupport.hpp which was replaced with ILayerSupport interface and the BackendHelper.hpp GetILayerSupportByBackendId() function * Fix bug in backend helper where value of Optional was passed even if Optional had no value. Signed-off-by: Francis Murtagh Change-Id: I03f1f693abe927a14c1942ef7e21edccc8357b35 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 075790a049..3ba5985efd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,7 +162,6 @@ list(APPEND armnn_sources include/armnn/IRuntime.hpp include/armnn/IStrategy.hpp include/armnn/IWorkingMemHandle.hpp - include/armnn/LayerSupport.hpp include/armnn/LayerVisitorBase.hpp include/armnn/Logging.hpp include/armnn/LstmParams.hpp @@ -360,7 +359,6 @@ list(APPEND armnn_sources src/armnn/Layer.hpp src/armnn/LayersFwd.hpp src/armnn/LayerSupportCommon.hpp - src/armnn/LayerSupport.cpp src/armnn/LoadedNetwork.cpp src/armnn/LoadedNetwork.hpp src/armnn/Logging.cpp -- cgit v1.2.1