Remove unused structure
authorJulien Desfossez <jdesfossez@efficios.com>
Fri, 28 Jul 2017 18:12:32 +0000 (14:12 -0400)
committerJulien Desfossez <jdesfossez@efficios.com>
Fri, 28 Jul 2017 18:12:32 +0000 (14:12 -0400)
There is TODO to add content to this structure 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>
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.028303 seconds and 5 git commands to generate.