aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/CLFixture.h
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-18 15:44:21 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commitd58cec032556abb103cdf7564ab29762d5c4c051 (patch)
tree1c938fdb7f087129ee54654eeee55c53ffe97ca5 /tests/validation/CL/CLFixture.h
parent81527bff7d6fc337fb9edec23c0b63a96b500bd4 (diff)
downloadComputeLibrary-d58cec032556abb103cdf7564ab29762d5c4c051.tar.gz
COMPMID-415: Cleanup accessors
Change-Id: Id19c8c1ea76f6e6679a4ac770e804f8012a2b5a6 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/80937 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'tests/validation/CL/CLFixture.h')
-rw-r--r--tests/validation/CL/CLFixture.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/validation/CL/CLFixture.h b/tests/validation/CL/CLFixture.h
index 8569948a98..77538be8f4 100644
--- a/tests/validation/CL/CLFixture.h
+++ b/tests/validation/CL/CLFixture.h
@@ -32,8 +32,6 @@ namespace test
{
namespace validation
{
-namespace cl
-{
struct CLFixture
{
CLFixture()
@@ -41,7 +39,6 @@ struct CLFixture
CLScheduler::get().default_init();
}
};
-} // namespace cl
} // namespace validation
} // namespace test
} // namespace arm_compute