X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=converter%2Fbabeltrace.c;h=dd335edbb20d56374559d450cdcbbfdf8b29861b;hp=e4efea29707afa304a8ead31a1395f9af4a24cbb;hb=7888b6fc7863595be5f41ec9d73550791750b1f9;hpb=8bed218e55f687806e90c2b2e052dfd8acec709a diff --git a/converter/babeltrace.c b/converter/babeltrace.c index e4efea29..dd335edb 100644 --- a/converter/babeltrace.c +++ b/converter/babeltrace.c @@ -189,8 +189,6 @@ int main(int argc, char **argv) opt_input_format); exit(EXIT_FAILURE); } - if (!opt_output_format) - opt_output_format = "ctf"; fmt_write = bt_lookup_format(g_quark_from_static_string(opt_output_format)); if (!fmt_write) { fprintf(stdout, "[error] format \"%s\" is not supported.\n\n",