From 7a2d4e2d094e175f1f24b022a7f608df50292d39 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 5 Aug 2020 14:48:34 -0400 Subject: [PATCH] bt2: remove comment reference to "output port message iterator" Output port message iterators is a concept that existed in preliminary versions of Babeltrace 2, but did not exist in the final release. This comment is stale. Change-Id: I012e640eb33fe1dbf84b3863ae21a313f6de57f3 Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/3881 Reviewed-by: Philippe Proulx --- src/bindings/python/bt2/bt2/message_iterator.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bindings/python/bt2/bt2/message_iterator.py b/src/bindings/python/bt2/bt2/message_iterator.py index 56f67a5a..ba9c3161 100644 --- a/src/bindings/python/bt2/bt2/message_iterator.py +++ b/src/bindings/python/bt2/bt2/message_iterator.py @@ -104,8 +104,7 @@ class _MessageIteratorConfiguration: # This is extended by the user to implement component classes in Python. It # is created for a given output port when an input port message iterator is -# created on the input port on the other side of the connection. It is also -# created when an output port message iterator is created on this output port. +# created on the input port on the other side of the connection. # # Its purpose is to feed the messages that should go out through this output # port. -- 2.34.1