X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fclock-class-internal.h;h=2b4fdcf4b76de377003a045c064dbec70cb494e3;hb=c057dea051159b06050ab5d6b640dfb7e1654ba7;hp=7f901e7e0070483f12201b918976dcc8fe12773b;hpb=cd1c5347f7583a20ece5a1a62fc0e0eddb82322b;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/clock-class-internal.h b/include/babeltrace/ctf-ir/clock-class-internal.h index 7f901e7e..2b4fdcf4 100644 --- a/include/babeltrace/ctf-ir/clock-class-internal.h +++ b/include/babeltrace/ctf-ir/clock-class-internal.h @@ -56,14 +56,6 @@ struct bt_ctf_clock_class { int frozen; }; -struct bt_ctf_clock_value { - struct bt_object base; - struct bt_ctf_clock_class *clock_class; - uint64_t value; - bool ns_from_epoch_overflows; - int64_t ns_from_epoch; -}; - BT_HIDDEN void bt_ctf_clock_class_freeze(struct bt_ctf_clock_class *clock_class);