From: Philippe Proulx Date: Wed, 27 Mar 2019 22:30:10 +0000 (-0400) Subject: Fix: decoder.c: remove forgotten TODO section X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=13ec5a75559afcd75a0ececead5b8fe49fc1cb2f;p=deliverable%2Fbabeltrace.git 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 b17caf1f9..77a685821 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 */