From 627d16758138724f60e0d29a431c96ac87578e97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Sat, 27 May 2017 14:35:58 -0400 Subject: [PATCH] Clean-up: unused next_return assignation in muxer test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- tests/plugins/test-utils-muxer.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/plugins/test-utils-muxer.c b/tests/plugins/test-utils-muxer.c index 64a58d81..0ffe3db1 100644 --- a/tests/plugins/test-utils-muxer.c +++ b/tests/plugins/test-utils-muxer.c @@ -590,10 +590,7 @@ static struct bt_notification_iterator_next_return src_iter_next( struct bt_private_notification_iterator *priv_iterator) { - struct bt_notification_iterator_next_return next_return = { - .status = BT_NOTIFICATION_ITERATOR_STATUS_OK, - .notification = NULL, - }; + struct bt_notification_iterator_next_return next_return; struct src_iter_user_data *user_data = bt_private_notification_iterator_get_user_data(priv_iterator); struct bt_private_component *private_component = -- 2.34.1