diff options
author | fanquake <fanquake@gmail.com> | 2020-05-03 10:05:49 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-05-05 11:10:35 +0800 |
commit | 708e3c7e85a666d5b8da8638a819c0f3973fcca4 (patch) | |
tree | eb5900555de69a8b5057fca446f65c33c33c1ebd | |
parent | e727c2bdcab3660297f452c76c6f877038015c02 (diff) |
valgrind: remove rest_blockhash_by_height suppression
This should no-longer be necessary after #18785.
-rw-r--r-- | contrib/valgrind.supp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/valgrind.supp b/contrib/valgrind.supp index 744b8ee70f..c3d29f4f29 100644 --- a/contrib/valgrind.supp +++ b/contrib/valgrind.supp @@ -192,8 +192,3 @@ ... fun:_ZN5BCLog6Logger12StartLoggingEv } -{ - Suppress rest_blockhash_by_height Conditional jump or move depends on uninitialised value(s) - Memcheck:Cond - fun:_ZL24rest_blockhash_by_heightP11HTTPRequestRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE -} |