Rename "tsc" to "timestamp"
[lttng-modules.git] / src / lttng-events.c
index 08884410f20971781bc0305d1e63f92a86578620..a0bd232228c8dd6a3120134bce7cd16d2c5db33e 100644 (file)
@@ -4148,9 +4148,6 @@ static int __init lttng_events_init(void)
        int ret;
 
        ret = wrapper_get_pfnblock_flags_mask_init();
-       if (ret)
-               return ret;
-       ret = wrapper_task_prio_init();
        if (ret)
                return ret;
        ret = lttng_probes_init();
This page took 0.025342 seconds and 4 git commands to generate.