bt2: remove unrelated comment from native_bt_integer_range_set.i
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 18 Jul 2019 15:33:35 +0000 (11:33 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 20 Jul 2019 12:58:11 +0000 (08:58 -0400)
This was copied from native_bt_port.i, but does not apply to
native_bt_integer_range_set.i.

Change-Id: I13f900d531e202afd09e807a85f7f817def698a6
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1722
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/bindings/python/bt2/bt2/native_bt_integer_range_set.i

index f3066e167587da41f12a9692ade493992033e70b..7cd26f004760e376c9281c33cf96cd95dd7cd8c4 100644 (file)
  * THE SOFTWARE.
  */
 
-/*
- * Typemap for the user data attached to (and owned by) a self component port.
- * The pointer saved as the port's user data is directly the PyObject *.
- *
- * As per the CPython calling convention, we need to return a new reference to
- * the returned object, which will be transferred to the caller.
- */
-
 %include <babeltrace2/integer-range-set.h>
 %include <babeltrace2/integer-range-set-const.h>
This page took 0.02655 seconds and 4 git commands to generate.