Cleanup: Remove deprecated symbols following soname major version bump
[lttng-ust.git] / liblttng-ust / lttng-context.c
index fde3607dc512172ff1f7406d36fbfd4aef2cf1ed..e441d4ae2060561a44b9d980ef3e6d73800b1a26 100644 (file)
@@ -509,19 +509,3 @@ error:
        lttng_destroy_context(*ctx);
        return ret;
 }
-
-/* For backward compatibility. Leave those exported symbols in place. */
-struct lttng_ctx *lttng_static_ctx;
-
-void lttng_context_init(void)
-{
-}
-
-void lttng_context_exit(void)
-{
-}
-
-int lttng_session_context_init(struct lttng_ctx **ctx)
-{
-       return 0;
-}
This page took 0.023465 seconds and 4 git commands to generate.