forked from OSchip/llvm-project
[lldb] Remove unused variable. NFCI
This commit is contained in:
parent
15af3aaa2e
commit
aa09d1f9c9
|
@ -1188,7 +1188,6 @@ bool Target::DisableAllWatchpoints(bool end_to_end) {
|
|||
if (!ProcessIsValid())
|
||||
return false;
|
||||
|
||||
size_t num_watchpoints = m_watchpoint_list.GetSize();
|
||||
for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) {
|
||||
if (!wp_sp)
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue