aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.h')
-rw-r--r--arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.h b/arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.h
index bc465a8b99..1b7514ff34 100644
--- a/arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.h
+++ b/arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.h
@@ -43,12 +43,8 @@ public:
~GCRuntimeContext() = default;
/** Prevent instances of this class from being copied (As this class contains pointers) */
GCRuntimeContext(const GCRuntimeContext &) = delete;
- /** Default move constructor */
- GCRuntimeContext(GCRuntimeContext &&) = default;
/** Prevent instances of this class from being copied (As this class contains pointers) */
GCRuntimeContext &operator=(const GCRuntimeContext &) = delete;
- /** Default move assignment operator */
- GCRuntimeContext &operator=(GCRuntimeContext &&) = default;
/** CPU Scheduler setter */
void set_gpu_scheduler(GCScheduler *scheduler);