diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libutil/hash.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/hash.cc b/src/libutil/hash.cc index 0ce82f273..46d5425ee 100644 --- a/src/libutil/hash.cc +++ b/src/libutil/hash.cc @@ -109,7 +109,6 @@ static std::string printHash32(const Hash & hash) std::string printHash16or32(const Hash & hash) { - assert(hash.type); return hash.to_string(hash.type == htMD5 ? Base16 : Base32, false); } |