Cleanup: remove unused internal structure
authorJulien Desfossez <jdesfossez@efficios.com>
Fri, 28 Jul 2017 18:15:40 +0000 (14:15 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 1 Aug 2017 20:55:59 +0000 (16:55 -0400)
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 <jdesfossez@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/sessiond-comm/relayd.h

index eb3e5f118bfdadbf0af3cfc7223d1df2792e182f..52ca1caa15565dbbfdaa217ec7ac1b9d779646a4 100644 (file)
@@ -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.
  */
This page took 0.025232 seconds and 4 git commands to generate.