From a188e2a6df728ca53e660603c91a60ea89364c40 Mon Sep 17 00:00:00 2001 From: Julien Desfossez Date: Fri, 28 Jul 2017 14:15:40 -0400 Subject: [PATCH] Cleanup: remove unused internal structure MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit There is TODO to add content to lttcomm_relayd_update_sync_info since 2012 (commit 173af62f4804133d4a7f45e34b6f72126f3eca5f), the intent is really not clear and this is never going to happen, let's remove it. Signed-off-by: Julien Desfossez Signed-off-by: Jérémie Galarneau --- src/common/sessiond-comm/relayd.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index eb3e5f118..52ca1caa1 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -94,13 +94,6 @@ struct lttcomm_relayd_generic_reply { uint32_t ret_code; } LTTNG_PACKED; -/* - * Used to update synchronization information. - */ -struct lttcomm_relayd_update_sync_info { - /* TODO: fill the structure. Feature not implemented yet */ -} LTTNG_PACKED; - /* * Version command. */ -- 2.34.1