bt2: remove comment reference to "output port message iterator"
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 5 Aug 2020 18:48:34 +0000 (14:48 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 5 Aug 2020 20:44:24 +0000 (16:44 -0400)
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 <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/3881
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/bindings/python/bt2/bt2/message_iterator.py

index 56f67a5ad1b268c6425c3f7b7add6ee785b5014e..ba9c316170ffbac1870012fad4774cf057b66ec7 100644 (file)
@@ -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.
This page took 0.024675 seconds and 4 git commands to generate.