Skip to content

Commit d2b3912

Browse files
committed
[lldb] Remove commented out declaration in DWARFExpressionList
1 parent b732e14 commit d2b3912

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/include/lldb/Expression/DWARFExpressionList.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ class DWARFExpressionList {
106106
/// \return
107107
/// True if IsLocationList() is true and the address was found;
108108
/// false otherwise.
109-
// bool
110-
// LocationListContainsLoadAddress (Process* process, const Address &addr)
111-
// const;
112-
//
113109
bool ContainsAddress(lldb::addr_t func_load_addr, lldb::addr_t addr) const;
114110

115111
void SetModule(const lldb::ModuleSP &module) { m_module_wp = module; }

0 commit comments

Comments
 (0)