From 40efd5365108b97fc8d6cb93fa1d572a08a93ad5 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Thu, 18 Mar 2021 17:32:00 +0000 Subject: Remove GLES-related code Change-Id: I208281d6e9ec15f9dba03cfbdc36ba2bf072d592 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5314 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas --- arm_compute/runtime/experimental/Types.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arm_compute/runtime/experimental/Types.h') diff --git a/arm_compute/runtime/experimental/Types.h b/arm_compute/runtime/experimental/Types.h index 54ea47d098..ce44253f82 100644 --- a/arm_compute/runtime/experimental/Types.h +++ b/arm_compute/runtime/experimental/Types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Arm Limited. + * Copyright (c) 2020-2021 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -35,7 +35,6 @@ enum class MemoryType { CPU, CL, - GLES }; } // namespace experimental } // namespace arm_compute -- cgit v1.2.1