From eba16d42532fd33fe61ae9ab763932fe8e121243 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 7 Sep 2021 17:37:37 -0400 Subject: [PATCH] Clean-up: sessiond: remove unused ust_app_{lock, unlock}_list declarations MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: Ic01a48881756322ffa5ba6a977dde1bc81f4a0d0 --- src/bin/lttng-sessiond/ust-app.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index 2b82aeec0..77a365409 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -459,14 +459,6 @@ void ust_app_unregister(int sock) { } static inline -void ust_app_lock_list(void) -{ -} -static inline -void ust_app_unlock_list(void) -{ -} -static inline void ust_app_clean_list(void) { } -- 2.34.1