From 0f2ab8669b01a138682e333cc2ff5ba721a5d4e1 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 22 Mar 2021 09:45:21 -0400 Subject: [PATCH] Cleanup: remove old comments Those comments are not useful for internal structures. Signed-off-by: Mathieu Desnoyers Change-Id: I5341e686e20f164333166b008dd9d446c3e6dea3 --- liblttng-ust/ust-events-internal.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/liblttng-ust/ust-events-internal.h b/liblttng-ust/ust-events-internal.h index 65023b3f..53c76d57 100644 --- a/liblttng-ust/ust-events-internal.h +++ b/liblttng-ust/ust-events-internal.h @@ -322,17 +322,14 @@ struct lttng_ust_session_private { struct cds_list_head events_head; /* list of events */ struct cds_list_head node; /* Session list */ - /* New UST 2.1 */ /* List of enablers */ struct cds_list_head enablers_head; struct lttng_ust_event_ht events_ht; /* ht of events */ void *owner; /* object owner */ int tstate:1; /* Transient enable state */ - /* New UST 2.4 */ int statedump_pending:1; - /* New UST 2.8 */ struct lttng_ust_enum_ht enums_ht; /* ht of enumerations */ struct cds_list_head enums_head; struct lttng_ust_ctx *ctx; /* contexts for filters. */ -- 2.34.1