Implement dynamic types, and application context provider support
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index 2ada5065f995a30fb517cc7c13331256b13a2fc1..cf2443ba4b81918d57c17f9b7e5e000f7c86b2bd 100644 (file)
@@ -1523,7 +1523,6 @@ void __attribute__((constructor)) lttng_ust_init(void)
        lttng_ring_buffer_client_discard_init();
        lttng_ring_buffer_client_discard_rt_init();
        lttng_perf_counter_init();
-       lttng_context_init();
        /*
         * Invoke ust malloc wrapper init before starting other threads.
         */
@@ -1628,7 +1627,6 @@ void lttng_ust_cleanup(int exiting)
         */
        lttng_ust_abi_exit();
        lttng_ust_events_exit();
-       lttng_context_exit();
        lttng_perf_counter_exit();
        lttng_ring_buffer_client_discard_rt_exit();
        lttng_ring_buffer_client_discard_exit();
This page took 0.0229 seconds and 4 git commands to generate.