[lldb] Remove unused variable. NFCI

This commit is contained in:
Benjamin Kramer 2021-07-20 10:34:05 +02:00
parent 15af3aaa2e
commit aa09d1f9c9
1 changed files with 0 additions and 1 deletions

View File

@ -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;