From: Michael Jeanson Date: Fri, 5 Mar 2021 19:22:38 +0000 (-0500) Subject: Remove forward decl for unused 'struct lttng_ust_context_app' X-Git-Tag: v2.13.0-rc1~338 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=871ad31c32e253edbd2f85f40ffd77dc3315efad;p=lttng-ust.git Remove forward decl for unused 'struct lttng_ust_context_app' Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers Change-Id: I29aae53fe8f134d6579f828196693d5578922b7f --- 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;