summaryrefslogtreecommitdiffstats
path: root/debuginfod
diff options
context:
space:
mode:
authorAaron Merey <[email protected]>2024-02-06 10:03:40 -0500
committerAaron Merey <[email protected]>2024-02-06 10:04:34 -0500
commitde60eba95b2dd36fc11de33b32391ae9533a15ac (patch)
treeadb293a585920d3e20559c3a186814d881bfc652 /debuginfod
parent41c235a3b3d5778e682a3f9b2b4a2e8ba378facd (diff)
Revert "debuginfod.cxx: Restore comment"
This reverts commit 41c235a3b3d5778e682a3f9b2b4a2e8ba378facd. Comment removal in commit 75fb8c0 was intended. Signed-off-by: Aaron Merey <[email protected]>
Diffstat (limited to 'debuginfod')
-rw-r--r--debuginfod/debuginfod.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/debuginfod/debuginfod.cxx b/debuginfod/debuginfod.cxx
index b9f91105..6b21f46f 100644
--- a/debuginfod/debuginfod.cxx
+++ b/debuginfod/debuginfod.cxx
@@ -2996,8 +2996,6 @@ dwarf_extract_source_paths (Elf *elf, set<string>& debug_sourcefiles)
if (comp_dir[0] == '\0' && cuname[0] != '/')
{
- // This is a common symptom for dwz-compressed debug files,
- // where the altdebug file cannot be resolved.
if (verbose > 3)
obatched(clog) << "skipping cu=" << cuname << " due to empty comp_dir" << endl;
continue;