Clean-up: unused next_return assignation in muxer test
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:35:58 +0000 (14:35 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:45 +0000 (12:57 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/plugins/test-utils-muxer.c

index 64a58d811499cd811dad2122cdd0f586b8c61442..0ffe3db172ed31952062fcd92406d1b9b5a46dfd 100644 (file)
@@ -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 =
This page took 0.025535 seconds and 4 git commands to generate.