summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-02-22 11:13:48 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-02-22 11:13:57 +0100
commit3f275dcb841bac7a29bba31c3b8b32981f6281fc (patch)
tree877eb0cf082bd9b5990d790cb0616d9a20354b9a
parent9c7188547cd53dddd635c86c8ef5655290541966 (diff)
downloadsystemd-3f275dcb841bac7a29bba31c3b8b32981f6281fc.tar.gz
test-set: drop left-over valgrind check
In b01f31954f1c7c4601925173ae2638b572224e9a mempool_use_allowed was dropped, but apparently it was forgotten here.
-rw-r--r--src/test/test-set.c2
1 files changed, 0 insertions, 2 deletions
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] = {};