mirror of https://github.com/status-im/evmc.git
cpp: Remove redundant deleted copy constructor of result
This commit is contained in:
parent
cea8d3a5b5
commit
8ee9d44592
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue