From: Francis Deslauriers Date: Wed, 20 Oct 2021 14:46:39 +0000 (-0400) Subject: Cleanup: Remove unused `live_find_viewer_stream_by_id()` func declaration X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=30fbc253a2dca087d28c55afc2f78be679767acc Cleanup: Remove unused `live_find_viewer_stream_by_id()` func declaration Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I78f977a94ea3609fbee1176608ff97399e314e7f --- diff --git a/src/bin/lttng-relayd/live.h b/src/bin/lttng-relayd/live.h index c38936a04..d6ec89e0f 100644 --- a/src/bin/lttng-relayd/live.h +++ b/src/bin/lttng-relayd/live.h @@ -18,6 +18,4 @@ int relayd_live_create(struct lttng_uri *live_uri); int relayd_live_stop(void); int relayd_live_join(void); -struct relay_viewer_stream *live_find_viewer_stream_by_id(uint64_t stream_id); - #endif /* LTTNG_RELAYD_LIVE_H */