X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=liblttng-ust%2Flttng-filter.c;h=ed41a0efc12b277777523cbf4824346890927641;hb=8e6ad0c1caf5bc9c8caef55f190ab9df38b06ebe;hp=ee562dd0f6a61a1193989ba7e27cf4cf046047cb;hpb=416165a551d37c6501034a30401da626f3b6acff;p=lttng-ust.git diff --git a/liblttng-ust/lttng-filter.c b/liblttng-ust/lttng-filter.c index ee562dd0..ed41a0ef 100644 --- a/liblttng-ust/lttng-filter.c +++ b/liblttng-ust/lttng-filter.c @@ -438,7 +438,6 @@ int _lttng_filter_event_link_bytecode(struct lttng_event *event, } runtime->p.bc = filter_bytecode; runtime->p.session = event->chan->session; - runtime->p.event = event; runtime->len = filter_bytecode->bc.reloc_offset; /* copy original bytecode */ memcpy(runtime->code, filter_bytecode->bc.data, runtime->len);