X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-ust.h;h=297037b200d35d40c6d349a440d73b8c9ea3342f;hp=b0a65cf191c5b9624d24e354b98d900c373ef7fe;hb=601d5acf42ebdb05ff8aa19f12fd9bdad3602781;hpb=26b53d3b7ce1812a2ebc2c7153a50d35bba2a270 diff --git a/src/bin/lttng-sessiond/trace-ust.h b/src/bin/lttng-sessiond/trace-ust.h index b0a65cf19..297037b20 100644 --- a/src/bin/lttng-sessiond/trace-ust.h +++ b/src/bin/lttng-sessiond/trace-ust.h @@ -45,7 +45,6 @@ struct ltt_ust_context { struct ltt_ust_event { unsigned int enabled; struct lttng_ust_event attr; - struct lttng_ht *ctx; struct lttng_ht_node_str node; struct lttng_ust_filter_bytecode *filter; };