Cleanup: remove useless lttng_ust_probe_supports_event_notifier
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 27 May 2021 14:44:38 +0000 (10:44 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 27 May 2021 14:54:37 +0000 (10:54 -0400)
commitfca98bcfa5f1001641a8c9a1c6615dad83e953d9
treef0a6f0e06d012b2cd4a22c64f1e02cbb20066ea5
parent453e66aa6dd796c74a0cb23f3b9ed63a0da2317a
Cleanup: remove useless lttng_ust_probe_supports_event_notifier

LTTng-UST 2.13 bumps the accepted probe provider major version to 3,
therefore we can remove the lttng_ust_probe_supports_event_notifier
version check, which requires that the probe provider major version is
>= 2, because it is now useless.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Id31581d2728f1197788ce4e7a79c6c494c444b08
src/lib/lttng-ust/lttng-events.c
This page took 0.025121 seconds and 4 git commands to generate.