aboutsummaryrefslogtreecommitdiff
path: root/tests/CL/CLLutAccessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CL/CLLutAccessor.h')
-rw-r--r--tests/CL/CLLutAccessor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/CL/CLLutAccessor.h b/tests/CL/CLLutAccessor.h
index 49bd12f327..3877b1fe57 100644
--- a/tests/CL/CLLutAccessor.h
+++ b/tests/CL/CLLutAccessor.h
@@ -32,8 +32,6 @@ namespace arm_compute
{
namespace test
{
-namespace cl
-{
/** Accessor implementation for @ref CLLut objects. */
template <typename T>
class CLLutAccessor : public ILutAccessor<T>
@@ -88,8 +86,6 @@ public:
private:
CLLut &_lut;
};
-
-} // namespace cl
} // namespace test
} // namespace arm_compute
#endif /* __ARM_COMPUTE_TEST_CL_CLLUTACCESSOR_H__ */