mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +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. */
|
string. */
|
||||||
Hash(std::string_view s, HashType type = htUnknown);
|
Hash(std::string_view s, HashType type = htUnknown);
|
||||||
|
|
||||||
Hash(const Hash &) = default;
|
|
||||||
|
|
||||||
Hash(Hash &&) = default;
|
|
||||||
|
|
||||||
Hash & operator = (const Hash &) = default;
|
|
||||||
|
|
||||||
void init();
|
void init();
|
||||||
|
|
||||||
/* Check whether a hash is set. */
|
/* Check whether a hash is set. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue