aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/IMemoryGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/IMemoryGroup.h')
-rw-r--r--arm_compute/runtime/IMemoryGroup.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arm_compute/runtime/IMemoryGroup.h b/arm_compute/runtime/IMemoryGroup.h
index 4736acb559..540af8ba69 100644
--- a/arm_compute/runtime/IMemoryGroup.h
+++ b/arm_compute/runtime/IMemoryGroup.h
@@ -91,14 +91,6 @@ public:
{
_memory_group.acquire();
}
- /** Prevent instances of this class from being copied (As this class contains pointers) */
- MemoryGroupResourceScope(const MemoryGroupResourceScope &) = delete;
- /** Default move constructor */
- MemoryGroupResourceScope(MemoryGroupResourceScope &&) = default;
- /** Prevent instances of this class from being copied (As this class contains pointers) */
- MemoryGroupResourceScope &operator=(const MemoryGroupResourceScope &) = delete;
- /** Default move assignment operator */
- MemoryGroupResourceScope &operator=(MemoryGroupResourceScope &&) = default;
/** Destructor */
~MemoryGroupResourceScope()
{