aboutsummaryrefslogtreecommitdiff
path: root/tests/NEON/Helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/NEON/Helper.h')
-rw-r--r--tests/NEON/Helper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/NEON/Helper.h b/tests/NEON/Helper.h
index f9774c774c..5b0f750fca 100644
--- a/tests/NEON/Helper.h
+++ b/tests/NEON/Helper.h
@@ -33,8 +33,6 @@ namespace arm_compute
{
namespace test
{
-namespace neon
-{
template <typename T>
Array<T> create_array(const std::vector<T> &v)
{
@@ -46,7 +44,6 @@ Array<T> create_array(const std::vector<T> &v)
return array;
}
-} // namespace neon
} // namespace test
} // namespace arm_compute
#endif /* __ARM_COMPUTE_TEST_NEON_HELPER_H__ */