diff options
Diffstat (limited to 'lldb/source/Breakpoint/BreakpointSiteList.cpp')
| -rw-r--r-- | lldb/source/Breakpoint/BreakpointSiteList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Breakpoint/BreakpointSiteList.cpp b/lldb/source/Breakpoint/BreakpointSiteList.cpp index c6966145e42b..32a2f24d411a 100644 --- a/lldb/source/Breakpoint/BreakpointSiteList.cpp +++ b/lldb/source/Breakpoint/BreakpointSiteList.cpp @@ -14,7 +14,7 @@ using namespace lldb; using namespace lldb_private; -BreakpointSiteList::BreakpointSiteList() : m_mutex(), m_bp_site_list() {} +BreakpointSiteList::BreakpointSiteList() = default; BreakpointSiteList::~BreakpointSiteList() = default; |
