1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

test-set: drop left-over valgrind check

In b01f31954f mempool_use_allowed
was dropped, but apparently it was forgotten here.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-02-22 11:13:48 +01:00
parent 9c7188547c
commit 3f275dcb84

View File

@ -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] = {};