Fixed warning on Clang 10

This commit is contained in:
Benoit Blanchon
2021-06-17 17:31:32 +00:00
parent f235157466
commit 145d45c746
2 changed files with 1 additions and 3 deletions

View File

@ -32,9 +32,6 @@ class MsgPackDeserializer {
}
private:
// Prevent VS warning "assignment operator could not be generated"
MsgPackDeserializer &operator=(const MsgPackDeserializer &);
bool invalidInput() {
_error = DeserializationError::InvalidInput;
return false;