mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
[lldb] Remove commented out declaration in DWARFExpressionList
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user