Remove leftover symbols from liburcu-bp compat
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 4 Mar 2021 22:51:24 +0000 (17:51 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 Mar 2021 17:56:05 +0000 (12:56 -0500)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I2c8a2ca1330b38862eafb41243b52dae91b57862

liblttng-ust/lttng-tracer-core.h

index c13ea305caea81a527ae8051b68be37ab74162a2..7447f96e352ee02847598c13b19d4db104c06555 100644 (file)
@@ -73,10 +73,6 @@ void lttng_ust_dummy_get_value(struct lttng_ctx_field *field,
 int lttng_context_is_app(const char *name);
 void lttng_ust_fixup_tls(void);
 
-extern void (*lttng_ust_liburcu_bp_before_fork)(void);
-extern void (*lttng_ust_liburcu_bp_after_fork_parent)(void);
-extern void (*lttng_ust_liburcu_bp_after_fork_child)(void);
-
 LTTNG_HIDDEN
 void lttng_event_notifier_notification_send(
                struct lttng_event_notifier *event_notifier,
This page took 0.026289 seconds and 4 git commands to generate.