summaryrefslogtreecommitdiff
path: root/rust/examples
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-06-05 13:48:59 -0400
committerJosh Ferrell <josh@vector35.com>2024-06-05 13:48:59 -0400
commit44f75abcba5f4ef47cadfc5a6a0763ecb6b75608 (patch)
treedc324f671b58da477769179a63695d2047f8c351 /rust/examples
parent0991538519646547103781601968620556969980 (diff)
Clean up comment
Diffstat (limited to 'rust/examples')
-rw-r--r--rust/examples/dwarf/dwarf_import/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
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<dyn Fn(usize, usize) -> 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 {