mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 00:32:28 +00:00
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 New Issue
Block a user