Commit 86e3b05
committed
[lldb] Remove some unused code in SymbolFileDWARF::ResolveFunction
The purpose of this originally was to check for DWARF which refers to
garbage-collected functions (by checking whether we're able to get a
good address out of the function). The address check has been removed in
https://reviews.llvm.org/D112310, so the code computing it is
not doing anything.1 parent 7e00e3a commit 86e3b05
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2455 | 2455 | | |
2456 | 2456 | | |
2457 | 2457 | | |
2458 | | - | |
2459 | 2458 | | |
2460 | 2459 | | |
2461 | 2460 | | |
2462 | 2461 | | |
2463 | 2462 | | |
2464 | 2463 | | |
2465 | | - | |
2466 | | - | |
2467 | | - | |
2468 | | - | |
2469 | | - | |
2470 | 2464 | | |
2471 | 2465 | | |
2472 | 2466 | | |
| |||
0 commit comments