bt2: remove ptr parameter of _Error.__init__
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 2 Dec 2019 16:25:30 +0000 (11:25 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 20 Jan 2020 20:15:24 +0000 (15:15 -0500)
commit9aa65e32a270d2c77ae5cf1511c4975f713e333a
tree127f9f02c2c2d7c80350384565c06df9c63118c0
parent370d150fb2b09e1398e59a3c9998572047842460
bt2: remove ptr parameter of _Error.__init__

It isn't used.  We never pass a bt_error pointer when constructing an
_Error, the constructor of _Error always takes the bt_error from the
current thread.

Change-Id: I3c5920afe217f3b2067f9fb397b8ef8069d71b11
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2555
Tested-by: jenkins <jenkins@lttng.org>
src/bindings/python/bt2/bt2/error.py
This page took 0.024626 seconds and 4 git commands to generate.