lib: make graph API const-correct
[babeltrace.git] / lib / trace-ir / packet-context-field.c
index e8c577e8964f7a261c9769fecf2306fddd96d1f6..393e49ad290d825d89b8eeb8ec25d2825e5392a9 100644 (file)
@@ -57,9 +57,8 @@ void bt_packet_context_field_release(
 }
 
 struct bt_packet_context_field *bt_packet_context_field_create(
-               struct bt_stream_class *priv_stream_class)
+               struct bt_stream_class *stream_class)
 {
-       struct bt_stream_class *stream_class = (void *) priv_stream_class;
        struct bt_field_wrapper *field_wrapper;
 
        BT_ASSERT_PRE_NON_NULL(stream_class, "Stream class");
This page took 0.024162 seconds and 4 git commands to generate.