From: Mathieu Desnoyers Date: Mon, 22 Mar 2021 13:45:21 +0000 (-0400) Subject: Cleanup: remove old comments X-Git-Tag: v2.13.0-rc1~239 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=0f2ab8669b01a138682e333cc2ff5ba721a5d4e1;p=lttng-ust.git Cleanup: remove old comments Those comments are not useful for internal structures. Signed-off-by: Mathieu Desnoyers Change-Id: I5341e686e20f164333166b008dd9d446c3e6dea3 --- 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. */