From 19fb3dba8e2a80d32d1a6c916922a4281d792780 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 7 Mar 2021 17:34:53 -0700 Subject: test: Drop mallinfo() work-around This is not needed now. Drop it. Signed-off-by: Simon Glass --- test/dm/test-dm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/dm/test-dm.c') diff --git a/test/dm/test-dm.c b/test/dm/test-dm.c index 18877c7ae5..d1d83e3478 100644 --- a/test/dm/test-dm.c +++ b/test/dm/test-dm.c @@ -73,8 +73,6 @@ static int dm_do_test(struct unit_test_state *uts, struct unit_test *test, !of_live ? " (flat tree)" : ""); ut_assertok(dm_test_init(uts, of_live)); - uts->start = mallinfo(); - ut_assertok(test_pre_run(uts, test)); if (!state->show_test_output) -- cgit v1.2.3