aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/ParametersLibrary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/ParametersLibrary.cpp')
-rw-r--r--tests/framework/ParametersLibrary.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/framework/ParametersLibrary.cpp b/tests/framework/ParametersLibrary.cpp
index a6953eac69..5041653cac 100644
--- a/tests/framework/ParametersLibrary.cpp
+++ b/tests/framework/ParametersLibrary.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019 Arm Limited.
+ * Copyright (c) 2019-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -56,12 +56,5 @@ typename ContextType<CLTensor>::type *ParametersLibrary::get_ctx<CLTensor>()
}
#endif /* ARM_COMPUTE_CL */
-#if ARM_COMPUTE_GC
-template <>
-typename ContextType<GCTensor>::type *ParametersLibrary::get_ctx<GCTensor>()
-{
- return static_cast<typename ContextType<GCTensor>::type *>(_gc_ctx.get());
-}
-#endif /* ARM_COMPUTE_GC */
} // namespace test
} // namespace arm_compute