From: Julien Desfossez Date: Fri, 28 Jul 2017 18:15:40 +0000 (-0400) Subject: Cleanup: remove unused internal structure X-Git-Tag: v2.11.0-rc1~459 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=a188e2a6df728ca53e660603c91a60ea89364c40 Cleanup: remove unused internal structure 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 --- 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. */