summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/ValueObject.cpp')
-rw-r--r--lldb/source/Core/ValueObject.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp
index d8564b85de8..8e4495396c0 100644
--- a/lldb/source/Core/ValueObject.cpp
+++ b/lldb/source/Core/ValueObject.cpp
@@ -420,9 +420,6 @@ ValueObject::GetLocationAsCString ()
switch (m_value.GetValueType())
{
- default:
- break;
-
case Value::eValueTypeScalar:
case Value::eValueTypeVector:
if (m_value.GetContextType() == Value::eContextTypeRegisterInfo)
@@ -926,7 +923,6 @@ ValueObject::GetPointeeData (DataExtractor& data,
}
break;
case eAddressTypeInvalid:
- default:
break;
}
}
@@ -1524,9 +1520,6 @@ ValueObject::DumpPrintableRepresentation(Stream& s,
case eValueObjectRepresentationStyleType:
return_value = GetTypeName().AsCString();
break;
-
- default:
- break;
}
if (!return_value)
@@ -3674,7 +3667,6 @@ ValueObject::AddressOf (Error &error)
{
switch (address_type)
{
- default:
case eAddressTypeInvalid:
{
StreamString expr_path_strm;
OpenPOWER on IntegriCloud