aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-05-03 10:05:49 +0800
committerfanquake <fanquake@gmail.com>2020-05-05 11:10:35 +0800
commit708e3c7e85a666d5b8da8638a819c0f3973fcca4 (patch)
treeeb5900555de69a8b5057fca446f65c33c33c1ebd /contrib
parente727c2bdcab3660297f452c76c6f877038015c02 (diff)
downloadbitcoin-708e3c7e85a666d5b8da8638a819c0f3973fcca4.tar.xz
valgrind: remove rest_blockhash_by_height suppression
This should no-longer be necessary after #18785.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/valgrind.supp5
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
-}