From: Philippe Proulx Date: Tue, 12 Mar 2024 20:04:10 +0000 (-0400) Subject: include/babeltrace2/types.h: remove unused `bt_event_header_field` X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=a165a5742a2b173e59900e515caa3b37a0afb42f include/babeltrace2/types.h: remove unused `bt_event_header_field` I don't even know what that is or was. Signed-off-by: Philippe Proulx Change-Id: I79b0d778bd7faa043161788f5157822fbc775083 --- diff --git a/include/babeltrace2/types.h b/include/babeltrace2/types.h index 5dacc495..42e6bd48 100644 --- a/include/babeltrace2/types.h +++ b/include/babeltrace2/types.h @@ -35,7 +35,6 @@ typedef struct bt_error bt_error; typedef struct bt_error_cause bt_error_cause; typedef struct bt_event bt_event; typedef struct bt_event_class bt_event_class; -typedef struct bt_event_header_field bt_event_header_field; typedef struct bt_field bt_field; typedef struct bt_field_class bt_field_class; typedef struct bt_field_class_enumeration_mapping bt_field_class_enumeration_mapping;