Cleanup: Remove deprecated symbols following soname major version bump
[lttng-ust.git] / liblttng-ust / lttng-probes.c
index e328e2c0f34ddf3219ccdae1e680f659d596301e..8fba8adfa376bb90da2d72e68c0037528a05f22f 100644 (file)
@@ -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;
This page took 0.023499 seconds and 4 git commands to generate.