aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/CLRuntimeContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/CLRuntimeContext.h')
-rw-r--r--arm_compute/runtime/CL/CLRuntimeContext.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/arm_compute/runtime/CL/CLRuntimeContext.h b/arm_compute/runtime/CL/CLRuntimeContext.h
index 5d4a2779a1..791d1deaa7 100644
--- a/arm_compute/runtime/CL/CLRuntimeContext.h
+++ b/arm_compute/runtime/CL/CLRuntimeContext.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019 ARM Limited.
+ * Copyright (c) 2019-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -44,12 +44,8 @@ public:
~CLRuntimeContext() = default;
/** Prevent instances of this class from being copied (As this class contains pointers) */
CLRuntimeContext(const CLRuntimeContext &) = delete;
- /** Default move constructor */
- CLRuntimeContext(CLRuntimeContext &&) = default;
/** Prevent instances of this class from being copied (As this class contains pointers) */
CLRuntimeContext &operator=(const CLRuntimeContext &) = delete;
- /** Default move assignment operator */
- CLRuntimeContext &operator=(CLRuntimeContext &&) = default;
/** CPU Scheduler setter */
void set_gpu_scheduler(CLScheduler *scheduler);