From d58cec032556abb103cdf7564ab29762d5c4c051 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Tue, 18 Jul 2017 15:44:21 +0100 Subject: COMPMID-415: Cleanup accessors Change-Id: Id19c8c1ea76f6e6679a4ac770e804f8012a2b5a6 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/80937 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/CL/CLLutAccessor.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/CL/CLLutAccessor.h') 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 class CLLutAccessor : public ILutAccessor @@ -88,8 +86,6 @@ public: private: CLLut &_lut; }; - -} // namespace cl } // namespace test } // namespace arm_compute #endif /* __ARM_COMPUTE_TEST_CL_CLLUTACCESSOR_H__ */ -- cgit v1.2.1