X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=plugins%2Ftext%2Fpretty%2Fprint.c;h=5e63deb0bca15d9145a249bc1514231be58de3c3;hp=a53a567f080807189da974f648016acdee8541ff;hb=1d9f5cd6724aafdccf82c57ee0125bbc7cfb4027;hpb=c9fe7f23d9609caf13253debd50f10a820d8de8f diff --git a/plugins/text/pretty/print.c b/plugins/text/pretty/print.c index a53a567f..5e63deb0 100644 --- a/plugins/text/pretty/print.c +++ b/plugins/text/pretty/print.c @@ -922,11 +922,6 @@ int print_sequence(struct pretty_component *pretty, uint64_t i; len = bt_field_array_get_length(seq); - if (len < 0) { - ret = -1; - goto end; - } - g_string_append(pretty->string, "["); pretty->depth++;