diff options
Diffstat (limited to 'lldb/source/Breakpoint/WatchpointList.cpp')
| -rw-r--r-- | lldb/source/Breakpoint/WatchpointList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Breakpoint/WatchpointList.cpp b/lldb/source/Breakpoint/WatchpointList.cpp index 100c1e51ac5a..fc0cc9126d60 100644 --- a/lldb/source/Breakpoint/WatchpointList.cpp +++ b/lldb/source/Breakpoint/WatchpointList.cpp @@ -12,7 +12,7 @@ using namespace lldb; using namespace lldb_private; -WatchpointList::WatchpointList() : m_watchpoints(), m_mutex() {} +WatchpointList::WatchpointList() = default; WatchpointList::~WatchpointList() = default; |
