aboutsummaryrefslogtreecommitdiff
path: root/tests/NEON/HOGAccessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/NEON/HOGAccessor.h')
-rw-r--r--tests/NEON/HOGAccessor.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/NEON/HOGAccessor.h b/tests/NEON/HOGAccessor.h
index 9b10c84d33..11f3f79fbb 100644
--- a/tests/NEON/HOGAccessor.h
+++ b/tests/NEON/HOGAccessor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2019 ARM Limited.
+ * Copyright (c) 2018-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -46,10 +46,6 @@ public:
HOGAccessor(const HOGAccessor &) = delete;
/** Prevent instances of this class from being copied (As this class contains references). */
HOGAccessor &operator=(const HOGAccessor &) = delete;
- /** Allow instances of this class to be moved */
- HOGAccessor(HOGAccessor &&) = default;
- /** Allow instances of this class to be moved */
- HOGAccessor &operator=(HOGAccessor &&) = default;
/** Pointer to the first element of the array which stores the linear SVM coefficients of HOG descriptor
*