forked from lix-project/lix
Remove uneeded = default
for Hash
This commit is contained in:
parent
01dc8b0bab
commit
b90cac3bad
|
@ -44,12 +44,6 @@ struct Hash
|
|||
string. */
|
||||
Hash(std::string_view s, HashType type = htUnknown);
|
||||
|
||||
Hash(const Hash &) = default;
|
||||
|
||||
Hash(Hash &&) = default;
|
||||
|
||||
Hash & operator = (const Hash &) = default;
|
||||
|
||||
void init();
|
||||
|
||||
/* Check whether a hash is set. */
|
||||
|
|
Loading…
Reference in a new issue