aboutsummaryrefslogtreecommitdiff
path: root/tests/NEON/Accessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/NEON/Accessor.h')
-rw-r--r--tests/NEON/Accessor.h4
1 files changed, 1 insertions, 3 deletions
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.
*