From a2a1d29cf9587a2c2d7c0411cc77d957d3ed9bf7 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 27 Mar 2019 18:30:10 -0400 Subject: [PATCH] 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 --- plugins/ctf/common/metadata/decoder.c | 4 ---- 1 file changed, 4 deletions(-) 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 */ -- 2.34.1