aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Target/SectionLoadList.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Target/SectionLoadList.h')
-rw-r--r--lldb/include/lldb/Target/SectionLoadList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Target/SectionLoadList.h b/lldb/include/lldb/Target/SectionLoadList.h
index e8535e7ac51a..548d44a181a7 100644
--- a/lldb/include/lldb/Target/SectionLoadList.h
+++ b/lldb/include/lldb/Target/SectionLoadList.h
@@ -22,7 +22,7 @@ namespace lldb_private {
class SectionLoadList {
public:
// Constructors and Destructors
- SectionLoadList() : m_addr_to_sect(), m_sect_to_addr(), m_mutex() {}
+ SectionLoadList() {}
SectionLoadList(const SectionLoadList &rhs);