From f581edfa509c0879164597eba5ecf9dc287ca08d Mon Sep 17 00:00:00 2001 From: David Steele Date: Mon, 9 Mar 2020 13:31:08 -0400 Subject: [PATCH] Remove valgrind suppressions made obsolete by f0ef73db. --- test/src/valgrind.suppress | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/test/src/valgrind.suppress b/test/src/valgrind.suppress index b65614af8..7be9cf21f 100644 --- a/test/src/valgrind.suppress +++ b/test/src/valgrind.suppress @@ -25,19 +25,6 @@ obj:*/libcrypto.so* } -{ - ignore_libperl_leaks - Memcheck:Leak - ... - obj:*/libperl.so* -} -{ - ignore_libperl_uninit_cond_jump - Memcheck:Cond - ... - obj:*/libperl.so* -} - # This only seems to be an issue on Ubuntu 12.04 -- probably due to the old version of Valgrind { ignore_libz_uninit_cond_jump