From: Julien Desfossez Date: Thu, 1 Jun 2017 19:49:52 +0000 (-0400) Subject: Remove dead code from the debug-info component class X-Git-Tag: v2.0.0-pre1~65 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=34e8089d45c63d8b4de2cba9c1ad1d6a3ed91200 Remove dead code from the debug-info component class Signed-off-by: Julien Desfossez Signed-off-by: Jérémie Galarneau --- 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 */