From 2dac871439633988d2452713a52cd141e9c3e160 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 29 Sep 2021 10:38:44 -0400 Subject: [PATCH] Cleanup: unnecessary declaration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: I4a5e45d3981064b16d0790d511a1dc7ea33904af --- include/lttng/action/list.h | 1 - 1 file changed, 1 deletion(-) 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" { -- 2.34.1