This field is set but not used.
Change-Id: Ibca38c8421b8d734462077a19da1726a817f3cb6
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2401
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
*/
bool dry_run;
- /* True to set the stream */
- bool set_stream;
-
/*
* Current dynamic scope field pointer.
*
BT_ASSERT_DBG(msg_it);
BT_ASSERT_DBG(message);
- msg_it->set_stream = true;
BT_COMP_LOGD("Getting next message: msg-it-addr=%p", msg_it);
while (true) {
bt_self_component *self_comp = msg_it->self_comp;
BT_ASSERT_DBG(msg_it);
- msg_it->set_stream = false;
do {
/*