From 7c02951ac404947096d537eee8d29ebedb643eca Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 25 Jan 2024 12:43:20 -0500 Subject: [PATCH] include/babeltrace2/types.h: remove `bt_plugin_so_shared_lib_handle` MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Change-Id: Ib832e67cb8b71201157cf83cb7ccac980c4ee57b Reviewed-on: https://review.lttng.org/c/babeltrace/+/11711 Reviewed-by: Simon Marchi Reviewed-by: Jérémie Galarneau Reviewed-by: Michael Jeanson Tested-by: jenkins --- include/babeltrace2/types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/babeltrace2/types.h b/include/babeltrace2/types.h index 3f571fa9..5dacc495 100644 --- a/include/babeltrace2/types.h +++ b/include/babeltrace2/types.h @@ -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; -- 2.34.1