[Lldb-commits] [lldb] d2b3912 - [lldb] Remove commented out declaration in DWARFExpressionList

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 21 06:57:08 PST 2025


Author: David Spickett
Date: 2025-02-21T14:56:30Z
New Revision: d2b3912002693008141ed8a15c0f2fdb6e861f84

URL: https://github.com/llvm/llvm-project/commit/d2b3912002693008141ed8a15c0f2fdb6e861f84
DIFF: https://github.com/llvm/llvm-project/commit/d2b3912002693008141ed8a15c0f2fdb6e861f84.diff

LOG: [lldb] Remove commented out declaration in DWARFExpressionList

Added: 
    

Modified: 
    lldb/include/lldb/Expression/DWARFExpressionList.h

Removed: 
    


################################################################################
diff  --git a/lldb/include/lldb/Expression/DWARFExpressionList.h b/lldb/include/lldb/Expression/DWARFExpressionList.h
index 664c2603770f6..519bbb354fa6f 100644
--- a/lldb/include/lldb/Expression/DWARFExpressionList.h
+++ b/lldb/include/lldb/Expression/DWARFExpressionList.h
@@ -106,10 +106,6 @@ class DWARFExpressionList {
   /// \return
   ///     True if IsLocationList() is true and the address was found;
   ///     false otherwise.
-  //    bool
-  //    LocationListContainsLoadAddress (Process* process, const Address &addr)
-  //    const;
-  //
   bool ContainsAddress(lldb::addr_t func_load_addr, lldb::addr_t addr) const;
 
   void SetModule(const lldb::ModuleSP &module) { m_module_wp = module; }


        


More information about the lldb-commits mailing list