From 871ad31c32e253edbd2f85f40ffd77dc3315efad Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 5 Mar 2021 14:22:38 -0500 Subject: [PATCH] Remove forward decl for unused 'struct lttng_ust_context_app' Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers Change-Id: I29aae53fe8f134d6579f828196693d5578922b7f --- include/lttng/ust-events.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index e0d82aec..9d656857 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -43,7 +43,6 @@ extern "C" { struct lttng_channel; struct lttng_session; struct lttng_ust_lib_ring_buffer_ctx; -struct lttng_ust_context_app; struct lttng_event_field; struct lttng_event_notifier; struct lttng_event_notifier_group; -- 2.34.1