aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/CLRuntimeContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/CLRuntimeContext.h')
-rw-r--r--arm_compute/runtime/CL/CLRuntimeContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/CLRuntimeContext.h b/arm_compute/runtime/CL/CLRuntimeContext.h
index 791d1deaa7..54c7d3cd23 100644
--- a/arm_compute/runtime/CL/CLRuntimeContext.h
+++ b/arm_compute/runtime/CL/CLRuntimeContext.h
@@ -58,7 +58,6 @@ private:
std::unique_ptr<CLScheduler> _gpu_owned_scheduler{ nullptr };
CLScheduler *_gpu_scheduler{ nullptr };
CLTuner _tuner{ false };
- CLKernelLibrary _kernel_lib{};
CLSymbols _symbols{};
CLCoreRuntimeContext _core_context{};
};