cpp: Remove redundant deleted copy constructor of result

This commit is contained in:
Paweł Bylica 2019-05-14 12:13:11 +02:00
parent cea8d3a5b5
commit 8ee9d44592
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ public:
other.release = nullptr; // Disable releasing of the rvalue object.
}
result(result const&) = delete;
/// Move assignment operator.
///
/// The self-assigment MUST never happen.