From: Mathieu Desnoyers Date: Thu, 27 Jan 2022 19:44:26 +0000 (-0500) Subject: struct lttng_kernel_event_session_common_private: remove unused ctx field X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=45bc92fb6fab73f70132ecde888c81c310264045;p=lttng-modules.git struct lttng_kernel_event_session_common_private: remove unused ctx field Signed-off-by: Mathieu Desnoyers Change-Id: I99a8eb21db55ec8d9df2300853b3d08abec095e5 --- diff --git a/include/lttng/events-internal.h b/include/lttng/events-internal.h index 4221a8ed..26f6227c 100644 --- a/include/lttng/events-internal.h +++ b/include/lttng/events-internal.h @@ -142,7 +142,6 @@ struct lttng_kernel_event_common_private { struct lttng_kernel_event_session_common_private { struct lttng_kernel_event_common_private parent; - struct lttng_kernel_ctx *ctx; struct lttng_kernel_channel_common *chan; uint64_t id; /* Event id */ };