We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9384e commit 2b08e19Copy full SHA for 2b08e19
lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
@@ -82,7 +82,6 @@ void ManualDWARFIndex::Index() {
82
Progress progress("Manually indexing DWARF", module_desc.GetData(),
83
total_progress);
84
85
-
86
// Share one thread pool across operations to avoid the overhead of
87
// recreating the threads.
88
llvm::ThreadPoolTaskGroup task_group(Debugger::GetThreadPool());
0 commit comments