X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2Fnative_bt_stream_class.i;h=b7c22c0cb329fe5821dbc2fd919bea209f1436c9;hb=0cbc2c3316814e4b4bf3fd3ba3b361b165949e95;hp=94c2b5062c017280ec059cf8d7f7a6f3092bd2c7;hpb=2f16a6a228d0059349b8566979c9d579e7e271b3;p=babeltrace.git diff --git a/bindings/python/bt2/bt2/native_bt_stream_class.i b/bindings/python/bt2/bt2/native_bt_stream_class.i index 94c2b506..b7c22c0c 100644 --- a/bindings/python/bt2/bt2/native_bt_stream_class.i +++ b/bindings/python/bt2/bt2/native_bt_stream_class.i @@ -67,9 +67,6 @@ extern const bt_clock_class * bt_stream_class_borrow_default_clock_class_const( const bt_stream_class *stream_class); -extern bt_bool bt_stream_class_default_clock_is_always_known( - const bt_stream_class *stream_class); - extern void bt_stream_class_get_ref(const bt_stream_class *stream_class); extern void bt_stream_class_put_ref(const bt_stream_class *stream_class);