From 84ab1d0669c7466910e39f9f0da88fc25d03e3d0 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Thu, 13 Jun 2024 07:04:27 -0600 Subject: [PATCH] valgrind: drop outdated regex-syntax crate supression This appears to be fixed with recent crate versions. --- .valgrind-pkgcraft.supp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.valgrind-pkgcraft.supp b/.valgrind-pkgcraft.supp index bc27f16..c904bbd 100644 --- a/.valgrind-pkgcraft.supp +++ b/.valgrind-pkgcraft.supp @@ -8,11 +8,3 @@ fun:_ZN8pkgcraft* ... } - -{ - from regex-syntax crate - Memcheck:Cond - ... - fun:_ZN12regex_syntax3ast7visitor5visit* - ... -}