From: Francis Deslauriers Date: Thu, 28 Nov 2019 19:20:43 +0000 (-0500) Subject: Cleanup: move unused function to deprecated symbol list X-Git-Tag: v2.13.0-rc1~543 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=a211b293bc6a610bed73a60006967663a30e4931 Cleanup: move unused function to deprecated symbol list Signed-off-by: Francis Deslauriers Signed-off-by: Mathieu Desnoyers Change-Id: I9c75feee029364ab17ef3783a6c8f0d45ff2948b --- diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index a9f80fb0..905dbb6a 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -752,7 +752,6 @@ void lttng_probes_prune_field_list(struct lttng_ust_field_list *list); struct lttng_ust_field_iter * lttng_ust_field_list_get_iter_next(struct lttng_ust_field_list *list); -void lttng_filter_event_link_bytecode(struct lttng_event *event); void lttng_enabler_event_link_bytecode(struct lttng_event *event, struct lttng_enabler *enabler); void lttng_free_event_filter_runtime(struct lttng_event *event); @@ -775,6 +774,7 @@ void lttng_ust_fixup_fd_tracker_tls(void); extern struct lttng_ctx *lttng_static_ctx; void lttng_context_init(void); void lttng_context_exit(void); +void lttng_filter_event_link_bytecode(struct lttng_event *event); #ifdef __cplusplus }