From: Jonathan Rajotte Date: Wed, 29 Sep 2021 14:38:44 +0000 (-0400) Subject: Cleanup: unnecessary declaration X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=2dac871439633988d2452713a52cd141e9c3e160 Cleanup: unnecessary declaration Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: I4a5e45d3981064b16d0790d511a1dc7ea33904af --- diff --git a/include/lttng/action/list.h b/include/lttng/action/list.h index f7331f083..ca871744d 100644 --- a/include/lttng/action/list.h +++ b/include/lttng/action/list.h @@ -9,7 +9,6 @@ #define LTTNG_ACTION_LIST_H struct lttng_action; -struct lttng_action_list; #ifdef __cplusplus extern "C" {