mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Remove uneeded = default
for Hash
This commit is contained in:
parent
01dc8b0bab
commit
b90cac3bad
1 changed files with 0 additions and 6 deletions
|
@ -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