Skip to content

Commit

Permalink
Remove now-obsolete DWARF parsing support
Browse files Browse the repository at this point in the history
This change removes the now-obsolete non-addr2line-based DWARF parsing
support. By now it has been replaced by the addr2line-based version and
is no longer used.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o committed Jul 20, 2023
1 parent 2684cfa commit d263610
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 668 deletions.
1 change: 0 additions & 1 deletion src/dwarf/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ mod function;
mod lazy;
mod lines;
mod location;
mod parser;
mod range;
mod reader;
mod resolver;
Expand Down
Loading

0 comments on commit d263610

Please sign in to comment.