From 74ba3dc7113e51cf11ab772ee1eb030c07a7dda5 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Thu, 15 Nov 2018 17:44:36 +0000 Subject: IVGCVSW-2156: Remove conditional compilation directives from ClContextControl Change-Id: I812d09a869fe7c45ce71108fb675f3e2d974e2d9 --- src/backends/cl/ClContextControl.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/backends/cl/ClContextControl.hpp') diff --git a/src/backends/cl/ClContextControl.hpp b/src/backends/cl/ClContextControl.hpp index 5ac56423bd..8575329023 100644 --- a/src/backends/cl/ClContextControl.hpp +++ b/src/backends/cl/ClContextControl.hpp @@ -6,9 +6,7 @@ #include "armnn/IRuntime.hpp" -#ifdef ARMCOMPUTECL_ENABLED #include -#endif namespace armnn { @@ -54,9 +52,7 @@ public: Mode m_Mode; -#ifdef ARMCOMPUTECL_ENABLED arm_compute::CLTuner m_Tuner; -#endif }; } // namespace armnn -- cgit v1.2.1