[Lldb-commits] [lldb] [lldb] Delete unused DWARFDataExtractor methods (PR #146356)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 30 07:34:45 PDT 2025


================
@@ -7,20 +7,10 @@
 //===----------------------------------------------------------------------===//
 
 #include "DWARFDataExtractor.h"
-#include "llvm/ADT/StringRef.h"
----------------
Michael137 wrote:

Makes sense to include `ArrayRef` though since it's used in this source file.

https://github.com/llvm/llvm-project/pull/146356


More information about the lldb-commits mailing list