Fix: remove unused session id map
[lttng-tools.git] / src / common / consumer.h
index 7f0d0cc2134596ecf9a4debe2303add43579016c..193533e926e12ea9b392686b24ff5559fccd8efb 100644 (file)
@@ -300,15 +300,6 @@ struct lttng_consumer_global_data {
        struct lttng_ht *stream_list_ht;
 };
 
-/*
- * Session id mapping structure storred in relayd_session_id_ht.
- */
-struct consumer_relayd_session_id {
-       uint64_t sessiond_id;
-       uint64_t relayd_id;
-       struct lttng_ht_node_ulong node;
-};
-
 /*
  * Init consumer data structures.
  */
This page took 0.023281 seconds and 4 git commands to generate.