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