bt_ctf_event_set_clock_value() does not need a clock class
[babeltrace.git] / plugins / ctf / common / notif-iter / notif-iter.c
index 44663f7bc38a6a5673a98cc4f98d1b8a76dff798..92de35798f1944a1f2bd693a78bc7e0fe0898712 100644 (file)
@@ -2034,8 +2034,7 @@ int set_event_clocks(struct bt_ctf_event *event,
                        ret = -1;
                        goto end;
                }
-               ret = bt_ctf_event_set_clock_value(event, clock_class,
-                       clock_value);
+               ret = bt_ctf_event_set_clock_value(event, clock_value);
                bt_put(clock_value);
                if (ret) {
                        goto end;
This page took 0.023675 seconds and 4 git commands to generate.