From: Jérémie Galarneau Date: Fri, 12 Dec 2014 14:35:46 +0000 (-0500) Subject: Cleanup: Remove unnecessary argument name X-Git-Tag: v2.0.0-pre1~1451 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=ca116246724bd6856b6291a00e304675bb166136 Cleanup: Remove unnecessary argument name Signed-off-by: Jérémie Galarneau --- diff --git a/formats/ctf/ir/event-fields.c b/formats/ctf/ir/event-fields.c index bde69a22..f9288f2b 100644 --- a/formats/ctf/ir/event-fields.c +++ b/formats/ctf/ir/event-fields.c @@ -76,32 +76,32 @@ static void bt_ctf_field_string_destroy(struct bt_ctf_field *); static -int bt_ctf_field_generic_validate(struct bt_ctf_field *field); +int bt_ctf_field_generic_validate(struct bt_ctf_field *); static -int bt_ctf_field_structure_validate(struct bt_ctf_field *field); +int bt_ctf_field_structure_validate(struct bt_ctf_field *); static -int bt_ctf_field_variant_validate(struct bt_ctf_field *field); +int bt_ctf_field_variant_validate(struct bt_ctf_field *); static -int bt_ctf_field_enumeration_validate(struct bt_ctf_field *field); +int bt_ctf_field_enumeration_validate(struct bt_ctf_field *); static -int bt_ctf_field_array_validate(struct bt_ctf_field *field); +int bt_ctf_field_array_validate(struct bt_ctf_field *); static -int bt_ctf_field_sequence_validate(struct bt_ctf_field *field); +int bt_ctf_field_sequence_validate(struct bt_ctf_field *); static -int bt_ctf_field_generic_reset(struct bt_ctf_field *field); +int bt_ctf_field_generic_reset(struct bt_ctf_field *); static -int bt_ctf_field_structure_reset(struct bt_ctf_field *field); +int bt_ctf_field_structure_reset(struct bt_ctf_field *); static -int bt_ctf_field_variant_reset(struct bt_ctf_field *field); +int bt_ctf_field_variant_reset(struct bt_ctf_field *); static -int bt_ctf_field_enumeration_reset(struct bt_ctf_field *field); +int bt_ctf_field_enumeration_reset(struct bt_ctf_field *); static -int bt_ctf_field_array_reset(struct bt_ctf_field *field); +int bt_ctf_field_array_reset(struct bt_ctf_field *); static -int bt_ctf_field_sequence_reset(struct bt_ctf_field *field); +int bt_ctf_field_sequence_reset(struct bt_ctf_field *); static -int bt_ctf_field_string_reset(struct bt_ctf_field *field); +int bt_ctf_field_string_reset(struct bt_ctf_field *); static int bt_ctf_field_integer_serialize(struct bt_ctf_field *,