diff --git a/graphics/deko3d/deko_examples/source/SampleFramework/CMemPool.h b/graphics/deko3d/deko_examples/source/SampleFramework/CMemPool.h index f45bea6..08b9e55 100644 --- a/graphics/deko3d/deko_examples/source/SampleFramework/CMemPool.h +++ b/graphics/deko3d/deko_examples/source/SampleFramework/CMemPool.h @@ -74,8 +74,6 @@ public: constexpr bool operator==(Handle const& rhs) const { return m_slice == rhs.m_slice; } constexpr bool operator!=(Handle const& rhs) const { return m_slice != rhs.m_slice; } - Handle(const Handle&) = delete; - void destroy() { if (m_slice)