summaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Core/Value.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Core/Value.h')
-rw-r--r--lldb/include/lldb/Core/Value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Core/Value.h b/lldb/include/lldb/Core/Value.h
index 1ee4fe639e6e..9f00a14251e2 100644
--- a/lldb/include/lldb/Core/Value.h
+++ b/lldb/include/lldb/Core/Value.h
@@ -156,7 +156,7 @@ protected:
class ValueList {
public:
- ValueList() : m_values() {}
+ ValueList() {}
ValueList(const ValueList &rhs);