diff options
author | Matt Kopec <Matt.Kopec@intel.com> | 2013-06-03 18:00:07 +0000 |
---|---|---|
committer | Matt Kopec <Matt.Kopec@intel.com> | 2013-06-03 18:00:07 +0000 |
commit | ef14371d3f9c1c431e381b1d66266b0e326eaa22 (patch) | |
tree | b8a96c939b55fa621cb5f28996b1e7a0a025420a /lldb/source/Core/ValueObjectVariable.cpp | |
parent | 6f961239ae62bbefe9370b1b99322e1e7b3f7b4a (diff) | |
download | bcm5719-llvm-ef14371d3f9c1c431e381b1d66266b0e326eaa22.tar.gz bcm5719-llvm-ef14371d3f9c1c431e381b1d66266b0e326eaa22.zip |
Fix various build warnings.
llvm-svn: 183140
Diffstat (limited to 'lldb/source/Core/ValueObjectVariable.cpp')
-rw-r--r-- | lldb/source/Core/ValueObjectVariable.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Core/ValueObjectVariable.cpp b/lldb/source/Core/ValueObjectVariable.cpp index baa0e57d337..09e2f1f2476 100644 --- a/lldb/source/Core/ValueObjectVariable.cpp +++ b/lldb/source/Core/ValueObjectVariable.cpp @@ -186,10 +186,6 @@ ValueObjectVariable::UpdateValue () switch (value_type) { - default: - m_error.SetErrorStringWithFormat("Variable %s has an expression result value %d which is currently unhandled",variable->GetName().GetCString(),value_type); - break; - case Value::eValueTypeVector: // fall through case Value::eValueTypeScalar: |