Remove uneeded = default for Hash

This commit is contained in:
John Ericson 2020-06-19 15:00:38 +00:00
parent 01dc8b0bab
commit b90cac3bad

View file

@ -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. */