From mboxrd@z Thu Jan 1 00:00:00 1970 From: ylamarre@efficios.com (Yannick Lamarre) Date: Thu, 18 Apr 2019 12:18:38 -0400 Subject: [lttng-dev] [RFC PATCH lttng-tools 06/18] Clean-up: Removed deprecated field In-Reply-To: <20190418161850.1536-1-ylamarre@efficios.com> References: <20190418161850.1536-1-ylamarre@efficios.com> Message-ID: <20190418161850.1536-7-ylamarre@efficios.com> The command using this command was dropped in 2.9, but the field was left in the union. Signed-off-by: Yannick Lamarre --- src/common/sessiond-comm/sessiond-comm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/sessiond-comm/sessiond-comm.h b/src/common/sessiond-comm/sessiond-comm.h index eb5d8ecb..23e82c8a 100644 --- a/src/common/sessiond-comm/sessiond-comm.h +++ b/src/common/sessiond-comm/sessiond-comm.h @@ -421,7 +421,6 @@ struct lttcomm_session_msg { struct { char channel_name[LTTNG_SYMBOL_NAME_LEN]; } LTTNG_PACKED list; - struct lttng_calibrate calibrate; /* Used by the set_consumer_url and used by create_session also call */ struct { /* Number of lttng_uri following */ -- 2.11.0