X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=lib%2Ftrace-ir%2Fpacket-context-field.c;h=393e49ad290d825d89b8eeb8ec25d2825e5392a9;hp=e8c577e8964f7a261c9769fecf2306fddd96d1f6;hb=0d72b8c329ad51d14ab4e83330b38c2c8da69dd4;hpb=92fed4e1f98f18e4edbfdf5adfe57741a3260b5d diff --git a/lib/trace-ir/packet-context-field.c b/lib/trace-ir/packet-context-field.c index e8c577e8..393e49ad 100644 --- a/lib/trace-ir/packet-context-field.c +++ b/lib/trace-ir/packet-context-field.c @@ -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");