aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/CMakeLists.txt
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2018-11-15 17:44:36 +0000
committerAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2018-11-15 17:44:36 +0000
commit74ba3dc7113e51cf11ab772ee1eb030c07a7dda5 (patch)
tree15c82dc2866e26b47e829f0cdd7447d296210373 /src/backends/cl/CMakeLists.txt
parent310c2091f72e2c43e9f71845867b7550ea1373dc (diff)
downloadarmnn-74ba3dc7113e51cf11ab772ee1eb030c07a7dda5.tar.gz
IVGCVSW-2156: Remove conditional compilation directives from ClContextControl
Change-Id: I812d09a869fe7c45ce71108fb675f3e2d974e2d9
Diffstat (limited to 'src/backends/cl/CMakeLists.txt')
-rw-r--r--src/backends/cl/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backends/cl/CMakeLists.txt b/src/backends/cl/CMakeLists.txt
index 7593f098da..4d08deddef 100644
--- a/src/backends/cl/CMakeLists.txt
+++ b/src/backends/cl/CMakeLists.txt
@@ -30,8 +30,6 @@ if(ARMCOMPUTECL)
else()
list(APPEND armnnClBackend_sources
ClBackendId.hpp
- ClContextControl.cpp
- ClContextControl.hpp
ClLayerSupport.cpp
ClLayerSupport.hpp
)