aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/frontend/Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/frontend/Stream.h')
-rw-r--r--arm_compute/graph/frontend/Stream.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/arm_compute/graph/frontend/Stream.h b/arm_compute/graph/frontend/Stream.h
index 1d9fc1ac35..b52274eeae 100644
--- a/arm_compute/graph/frontend/Stream.h
+++ b/arm_compute/graph/frontend/Stream.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2019 ARM Limited.
+ * Copyright (c) 2018-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -53,12 +53,8 @@ public:
Stream(size_t id, std::string name);
/** Prevent instances of this class from being copied (As this class contains pointers) */
Stream(const Stream &) = delete;
- /** Default move constructor */
- Stream(Stream &&) = default;
/** Prevent instances of this class from being copied (As this class contains pointers) */
Stream &operator=(const Stream &) = delete;
- /** Default move assignment operator */
- Stream &operator=(Stream &&) = default;
/** Finalizes the stream for an execution target
*
* @param[in] target Execution target