lib: remove clock class priority map, use default clock value
[babeltrace.git] / include / babeltrace / ctf-ir / clock-value.h
index 9fb152e8f7904cc6bb8700ddac47e3782fd8914d..19b9aec6f3a381ba01b85c6222caa85795641c7f 100644 (file)
@@ -53,8 +53,6 @@ struct bt_clock_class *bt_clock_value_get_class(
        return bt_get(bt_clock_value_borrow_class(clock_value));
 }
 
-extern int bt_clock_value_set_value(
-               struct bt_clock_value *clock_value, uint64_t raw_value);
 extern int bt_clock_value_get_value(
                struct bt_clock_value *clock_value, uint64_t *raw_value);
 extern int bt_clock_value_get_value_ns_from_epoch(
This page took 0.023825 seconds and 4 git commands to generate.