aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/ParametersLibrary.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/ParametersLibrary.h')
-rw-r--r--tests/framework/ParametersLibrary.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/framework/ParametersLibrary.h b/tests/framework/ParametersLibrary.h
index 9b325beccd..d3677726ad 100644
--- a/tests/framework/ParametersLibrary.h
+++ b/tests/framework/ParametersLibrary.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019 ARM Limited.
+ * Copyright (c) 2019-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -30,10 +30,6 @@
#include "arm_compute/runtime/CL/CLRuntimeContext.h"
#include "arm_compute/runtime/CL/CLTensor.h"
#endif /* ARM_COMPUTE_CL */
-#ifdef ARM_COMPUTE_GC
-#include "arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.h"
-#include "arm_compute/runtime/GLES_COMPUTE/GCTensor.h"
-#endif /* ARM_COMPUTE_GC */
#include <memory>
@@ -61,14 +57,6 @@ struct ContextType<CLTensor>
};
#endif /* ARM_COMPUTE_CL */
-#ifdef ARM_COMPUTE_GC
-template <>
-struct ContextType<GCTensor>
-{
- using type = GCRuntimeContext;
-};
-#endif /* ARM_COMPUTE_GC */
-
/** Class that contains all the global parameters used by the tests */
class ParametersLibrary final
{