From: Zbigniew Jędrzejewski-Szmek Date: Wed, 22 Feb 2023 10:13:48 +0000 (+0100) Subject: test-set: drop left-over valgrind check X-Git-Tag: v254-rc1~1195^2~3 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=3f275dcb841bac7a29bba31c3b8b32981f6281fc;p=systemd%2F.git test-set: drop left-over valgrind check In b01f31954f1c7c4601925173ae2638b572224e9a mempool_use_allowed was dropped, but apparently it was forgotten here. --- diff --git a/src/test/test-set.c b/src/test/test-set.c index 0fc9dffe23..cba07c207d 100644 --- a/src/test/test-set.c +++ b/src/test/test-set.c @@ -5,8 +5,6 @@ #include "strv.h" #include "tests.h" -const bool mempool_use_allowed = VALGRIND; - TEST(set_steal_first) { _cleanup_set_free_ Set *m = NULL; int seen[3] = {};