From b90cac3bad41715c2fefc9d725630d0abb9af725 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Fri, 19 Jun 2020 15:00:38 +0000 Subject: [PATCH] Remove uneeded `= default` for Hash --- src/libutil/hash.hh | 6 ------ 1 file changed, 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. */