From a165a5742a2b173e59900e515caa3b37a0afb42f Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 12 Mar 2024 16:04:10 -0400 Subject: [PATCH] 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 --- include/babeltrace2/types.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1