From 44f75abcba5f4ef47cadfc5a6a0763ecb6b75608 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Wed, 5 Jun 2024 13:48:59 -0400 Subject: Clean up comment --- rust/examples/dwarf/dwarf_import/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'rust/examples') diff --git a/rust/examples/dwarf/dwarf_import/src/lib.rs b/rust/examples/dwarf/dwarf_import/src/lib.rs index a752d351..c8b48792 100644 --- a/rust/examples/dwarf/dwarf_import/src/lib.rs +++ b/rust/examples/dwarf/dwarf_import/src/lib.rs @@ -281,7 +281,6 @@ impl CustomDebugInfoParser for DWARFParser { progress: Box Result<(), ()>>, ) -> bool { let external_file = if !dwarfreader::is_valid(bv) && dwarfreader::can_use_debuginfod(bv) { - //TODO: try to download from debuginfod if there is no debug info in the binary if let Ok(debug_view) = helpers::download_debug_info(bv) { Some(debug_view) } else { -- cgit v1.3.1