summaryrefslogtreecommitdiff
path: root/plugins/dwarf/dwarf_import/src/dwarfdebuginfo.rs
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2025-08-18 17:27:25 -0400
committerJosh Ferrell <josh@vector35.com>2025-08-18 17:27:37 -0400
commit8055e6c09ab7b0319b6dd3c3cdc6569077caa0df (patch)
tree9c84384b504ccc194511a1bdc068dd28b864378c /plugins/dwarf/dwarf_import/src/dwarfdebuginfo.rs
parent3afb333272dd7133236d5fbffc64ec3e61ee2af8 (diff)
Fix loading local variables from DWARF in non-relocatable images
Diffstat (limited to 'plugins/dwarf/dwarf_import/src/dwarfdebuginfo.rs')
-rw-r--r--plugins/dwarf/dwarf_import/src/dwarfdebuginfo.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/dwarf/dwarf_import/src/dwarfdebuginfo.rs b/plugins/dwarf/dwarf_import/src/dwarfdebuginfo.rs
index 44826e39..2dff2b35 100644
--- a/plugins/dwarf/dwarf_import/src/dwarfdebuginfo.rs
+++ b/plugins/dwarf/dwarf_import/src/dwarfdebuginfo.rs
@@ -42,7 +42,6 @@ pub(crate) type TypeUID = usize;
/////////////////////////
// FunctionInfoBuilder
-// TODO : Function local variables
#[derive(PartialEq, Eq, Hash)]
pub(crate) struct FunctionInfoBuilder {
pub(crate) full_name: Option<String>,