From: Jérémie Galarneau Date: Sat, 27 May 2017 18:35:58 +0000 (-0400) Subject: Clean-up: unused next_return assignation in muxer test X-Git-Tag: v2.0.0-pre1~157 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=627d16758138724f60e0d29a431c96ac87578e97 Clean-up: unused next_return assignation in muxer test Signed-off-by: Jérémie Galarneau --- 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 =