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