aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/CL/CLAccessor.h4
-rw-r--r--tests/NEON/Accessor.h4
2 files changed, 2 insertions, 6 deletions
diff --git a/tests/CL/CLAccessor.h b/tests/CL/CLAccessor.h
index 4cfe083fe5..c0aee56b8a 100644
--- a/tests/CL/CLAccessor.h
+++ b/tests/CL/CLAccessor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019 ARM Limited.
+ * Copyright (c) 2017-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -50,8 +50,6 @@ public:
CLAccessor &operator=(const CLAccessor &) = delete;
/** Allow instances of this class to be move constructed */
CLAccessor(CLAccessor &&) = default;
- /** Allow instances of this class to be moved */
- CLAccessor &operator=(CLAccessor &&) = default;
/** Destructor that unmaps the CL memory. */
~CLAccessor();
diff --git a/tests/NEON/Accessor.h b/tests/NEON/Accessor.h
index 0c43f56009..9e031f4f72 100644
--- a/tests/NEON/Accessor.h
+++ b/tests/NEON/Accessor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019 ARM Limited.
+ * Copyright (c) 2017-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -47,8 +47,6 @@ public:
Accessor &operator=(const Accessor &) = delete;
/** Allow instances of this class to be move constructed */
Accessor(Accessor &&) = default;
- /** Allow instances of this class to be moved */
- Accessor &operator=(Accessor &&) = default;
/** Get the tensor data.
*