From 2cd5b31d729984f938e2253532424daf157029c4 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 4 May 2021 21:39:57 +0100 Subject: Remove unused CLCoreRuntimeContext CLCoreRuntime context is currently unused and is planned to be replaced by the Context infrastructure Signed-off-by: Georgios Pinitas Change-Id: Ic2874800960ca954f647e8867e7db951ce823e1c Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5571 Tested-by: Arm Jenkins Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins --- Android.bp | 1 - 1 file changed, 1 deletion(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 543f5ab123..6ece3f8636 100644 --- a/Android.bp +++ b/Android.bp @@ -65,7 +65,6 @@ cc_library_static { "src/core/AccessWindowStatic.cpp", "src/core/AccessWindowTranspose.cpp", "src/core/CL/CLCompileContext.cpp", - "src/core/CL/CLCoreRuntimeContext.cpp", "src/core/CL/CLHelpers.cpp", "src/core/CL/CLKernelLibrary.cpp", "src/core/CL/CLUtils.cpp", -- cgit v1.2.1