X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ust.git;a=blobdiff_plain;f=liblttng-ust%2Flttng-probes.c;h=8fba8adfa376bb90da2d72e68c0037528a05f22f;hp=e328e2c0f34ddf3219ccdae1e680f659d596301e;hb=b246453617a1665c64289c33a10dc3f31b1a1158;hpb=05e8ff1f80c9a6dcd7db559c7a39b4c46e85e2a7 diff --git a/liblttng-ust/lttng-probes.c b/liblttng-ust/lttng-probes.c index e328e2c0..8fba8adf 100644 --- a/liblttng-ust/lttng-probes.c +++ b/liblttng-ust/lttng-probes.c @@ -211,12 +211,6 @@ int lttng_probe_register(struct lttng_probe_desc *desc) return ret; } -/* Backward compatibility with UST 2.0 */ -int ltt_probe_register(struct lttng_probe_desc *desc) -{ - return lttng_probe_register(desc); -} - void lttng_probe_unregister(struct lttng_probe_desc *desc) { lttng_ust_fixup_tls(); @@ -236,12 +230,6 @@ void lttng_probe_unregister(struct lttng_probe_desc *desc) ust_unlock(); } -/* Backward compatibility with UST 2.0 */ -void ltt_probe_unregister(struct lttng_probe_desc *desc) -{ - lttng_probe_unregister(desc); -} - void lttng_probes_prune_event_list(struct lttng_ust_tracepoint_list *list) { struct tp_list_entry *list_entry, *tmp;