From 34e8089d45c63d8b4de2cba9c1ad1d6a3ed91200 Mon Sep 17 00:00:00 2001 From: Julien Desfossez Date: Thu, 1 Jun 2017 15:49:52 -0400 Subject: [PATCH] Remove dead code from the debug-info component class MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julien Desfossez Signed-off-by: Jérémie Galarneau --- plugins/lttng-utils/debug-info.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/plugins/lttng-utils/debug-info.h b/plugins/lttng-utils/debug-info.h index 41618b0a..09b2fb4e 100644 --- a/plugins/lttng-utils/debug-info.h +++ b/plugins/lttng-utils/debug-info.h @@ -93,12 +93,4 @@ BT_HIDDEN void debug_info_handle_event(FILE *err, struct bt_ctf_event *event, struct debug_info *debug_info); -#if 0 -static inline -void trace_debug_info_destroy(struct bt_ctf_trace *trace) -{ - debug_info_destroy(trace->debug_info); -} -#endif - #endif /* BABELTRACE_PLUGIN_DEBUG_INFO_H */ -- 2.34.1