From a211b293bc6a610bed73a60006967663a30e4931 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Thu, 28 Nov 2019 14:20:43 -0500 Subject: [PATCH] Cleanup: move unused function to deprecated symbol list Signed-off-by: Francis Deslauriers Signed-off-by: Mathieu Desnoyers Change-Id: I9c75feee029364ab17ef3783a6c8f0d45ff2948b --- include/lttng/ust-events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.34.1