[lldb] Remove commented out declaration in DWARFExpressionList

This commit is contained in:
David Spickett
2025-02-21 14:52:25 +00:00
parent b732e14cb5
commit d2b3912002

View File

@@ -106,10 +106,6 @@ public:
/// \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; }