Skip to content

Commit fff90bf

Browse files
committed
remove unneeded code
1 parent 354803a commit fff90bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

trantor/utils/crypto/botan.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ Hash256 blake2b(const void* data, size_t len)
7979
Hash256 hash;
8080
if (attemptHash("BLAKE2b(256)", hash, data, len))
8181
return hash;
82-
auto blake2b = Botan::HashFunction::create("BLAKE2b(256)");
8382

8483
trantor_blake2b(&hash, sizeof(hash), data, len, NULL, 0);
8584
return hash;

0 commit comments

Comments
 (0)