From 30fbc253a2dca087d28c55afc2f78be679767acc Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Wed, 20 Oct 2021 10:46:39 -0400 Subject: [PATCH] Cleanup: Remove unused `live_find_viewer_stream_by_id()` func declaration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I78f977a94ea3609fbee1176608ff97399e314e7f --- src/bin/lttng-relayd/live.h | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.34.1