include/babeltrace2/types.h: remove `bt_plugin_so_shared_lib_handle`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 25 Jan 2024 17:43:20 +0000 (12:43 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 26 Jan 2024 16:42:06 +0000 (11:42 -0500)
This was never meant to be public.

In theory, this patch is a breaking change, but I don't see why anybody
would use that type currently.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ib832e67cb8b71201157cf83cb7ccac980c4ee57b
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11711
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Reviewed-by: Michael Jeanson <mjeanson@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
include/babeltrace2/types.h

index 3f571fa905c0dceb46eaddf664926c60b708e630..5dacc495100bd42c28a0e53bfc2d9745bfbf06f9 100644 (file)
@@ -61,7 +61,6 @@ typedef struct bt_object bt_object;
 typedef struct bt_packet bt_packet;
 typedef struct bt_plugin bt_plugin;
 typedef struct bt_plugin_set bt_plugin_set;
-typedef struct bt_plugin_so_shared_lib_handle bt_plugin_so_shared_lib_handle;
 typedef struct bt_port bt_port;
 typedef struct bt_port_input bt_port_input;
 typedef struct bt_port_output bt_port_output;
This page took 0.024502 seconds and 4 git commands to generate.