From 8055e6c09ab7b0319b6dd3c3cdc6569077caa0df Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 18 Aug 2025 17:27:25 -0400 Subject: Fix loading local variables from DWARF in non-relocatable images --- plugins/dwarf/dwarf_import/src/dwarfdebuginfo.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/dwarf/dwarf_import/src/dwarfdebuginfo.rs') 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, -- cgit v1.3.1