From: Philippe Proulx Date: Wed, 27 Mar 2019 22:30:10 +0000 (-0400) Subject: Fix: decoder.c: remove forgotten TODO section X-Git-Tag: v2.0.0-pre5~114 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=a2a1d29cf9587a2c2d7c0411cc77d957d3ed9bf7 Fix: decoder.c: remove forgotten TODO section This was probably there for debugging purposes in the first place, but was unintentionally left there. Signed-off-by: Philippe Proulx --- diff --git a/plugins/ctf/common/metadata/decoder.c b/plugins/ctf/common/metadata/decoder.c index b17caf1f..77a68582 100644 --- a/plugins/ctf/common/metadata/decoder.c +++ b/plugins/ctf/common/metadata/decoder.c @@ -512,10 +512,6 @@ enum ctf_metadata_decoder_status ctf_metadata_decoder_decode( ret = ctf_visitor_generate_ir_visit_node(mdec->visitor, &scanner->ast->root); - // TODO - ret = -1; - goto end; - switch (ret) { case 0: /* Success */