X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Fcomponent.py;h=1bb6763e1e79b916ac262fb0d21fb3e6cc22c0e3;hb=0a205e0153be49774ea297ead783c728db86dc0b;hp=7669a60dee72227fb4e7c0dae1e20979410c4b6e;hpb=693de5b44771598bc21be051855e4d06b0a8a933;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/component.py b/src/bindings/python/bt2/bt2/component.py index 7669a60d..1bb6763e 100644 --- a/src/bindings/python/bt2/bt2/component.py +++ b/src/bindings/python/bt2/bt2/component.py @@ -122,7 +122,6 @@ class _PortIterator(collections.abc.Iterator): class _ComponentPorts(collections.abc.Mapping): - # component_ptr is a bt_component_source *, bt_component_filter * or # bt_component_sink *. Its type must match the type expected by the # functions passed as arguments.