X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=lib%2Ftrace-ir%2Fstream-class.c;fp=lib%2Ftrace-ir%2Fstream-class.c;h=e4f48f4eccb252d740019121e08d4bd696a82488;hp=1271374260a1fc513f9546b8975512706708828e;hb=0cbc2c3316814e4b4bf3fd3ba3b361b165949e95;hpb=2f16a6a228d0059349b8566979c9d579e7e271b3 diff --git a/lib/trace-ir/stream-class.c b/lib/trace-ir/stream-class.c index 12713742..e4f48f4e 100644 --- a/lib/trace-ir/stream-class.c +++ b/lib/trace-ir/stream-class.c @@ -469,13 +469,6 @@ void bt_stream_class_set_assigns_automatic_stream_id( "assignment property: %!+S", stream_class); } -bt_bool bt_stream_class_default_clock_is_always_known( - const struct bt_stream_class *stream_class) -{ - /* BT_CLOCK_SNAPSHOT_STATE_UNKNOWN is not supported as of 2.0 */ - return BT_TRUE; -} - void bt_stream_class_get_ref(const struct bt_stream_class *stream_class) { bt_object_get_ref(stream_class);