lib: remove CV snapshot property from stream beginning/end message
[babeltrace.git] / include / babeltrace / graph / message-stream-const.h
index a7bf8d7b298dbd9ad68a1322776e0e1b55c9b56c..fbac59624931ee66182e2909397c3121ab7d8be3 100644 (file)
@@ -37,17 +37,9 @@ extern "C" {
 extern const bt_stream *bt_message_stream_beginning_borrow_stream_const(
                const bt_message *message);
 
-extern bt_clock_snapshot_state
-bt_message_stream_beginning_borrow_default_clock_snapshot_const(
-               const bt_message *msg, const bt_clock_snapshot **snapshot);
-
 extern const bt_stream *bt_message_stream_end_borrow_stream_const(
                const bt_message *message);
 
-extern bt_clock_snapshot_state
-bt_message_stream_end_borrow_default_clock_snapshot_const(
-               const bt_message *msg, const bt_clock_snapshot **snapshot);
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.024852 seconds and 4 git commands to generate.