Move the clock plugin implementation to liblttng-ust-common
[lttng-ust.git] / src / lib / lttng-ust-ctl / ustctl.c
index 429b693d9acd2ac22318713700eea9b91e4c3cff..86e37f1816a660881b225f9742ec13c9d296ae4d 100644 (file)
@@ -28,7 +28,6 @@
 #include "common/events.h"
 #include "common/wait.h"
 #include "lib/lttng-ust/lttng-rb-clients.h"
-#include "common/clock.h"
 #include "common/getenv.h"
 #include "lib/lttng-ust/lttng-tracer-core.h"
 #include "lib/lttng-ust/lttng-counter-client.h"
@@ -2912,7 +2911,6 @@ void lttng_ust_ctl_ctor(void)
         */
        lttng_ust_common_ctor();
 
-       lttng_ust_clock_init();
        lttng_ust_ring_buffer_clients_init();
        lttng_ust_counter_clients_init();
        lib_ringbuffer_signal_init();
This page took 0.023077 seconds and 4 git commands to generate.