aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-19 15:00:38 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-19 15:00:38 +0000
commitb90cac3bad41715c2fefc9d725630d0abb9af725 (patch)
tree8792f66d580acde34f15cf54f2ccb5a2670d34a7 /src/libutil
parent01dc8b0bab913718c89062c6514c3e8bfdbf8853 (diff)
Remove uneeded `= default` for Hash
Diffstat (limited to 'src/libutil')
-rw-r--r--src/libutil/hash.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libutil/hash.hh b/src/libutil/hash.hh
index 92e10ee6e..180fb7633 100644
--- a/src/libutil/hash.hh
+++ b/src/libutil/hash.hh
@@ -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. */