From 3c6673a8358871588c2bd41412e51e79957c7032 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 24 Jun 2019 15:07:59 -0400 Subject: [PATCH] Remove unused ust_sock member of command_ctx MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/lttng-sessiond.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/lttng-sessiond/lttng-sessiond.h b/src/bin/lttng-sessiond/lttng-sessiond.h index 5b6761f55..1dc6fade8 100644 --- a/src/bin/lttng-sessiond/lttng-sessiond.h +++ b/src/bin/lttng-sessiond/lttng-sessiond.h @@ -87,7 +87,6 @@ extern struct notification_thread_handle *notification_thread_handle; * session daemon from the lttng client. */ struct command_ctx { - int ust_sock; unsigned int lttng_msg_size; struct ltt_session *session; struct lttcomm_lttng_msg *llm; -- 2.34.1