diff options
author | Greg Clayton <gclayton@apple.com> | 2011-01-25 21:39:46 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-01-25 21:39:46 +0000 |
commit | 1ea20bf6ed1904140facd99190aae59d17149133 (patch) | |
tree | 8b779fa74c61524afab397645bc82bc1ec5f93a7 /lldb/source/Core/Value.cpp | |
parent | 58f417180b20b0d6b4b6e2d091bf6db951df24b3 (diff) | |
download | bcm5719-llvm-1ea20bf6ed1904140facd99190aae59d17149133.tar.gz bcm5719-llvm-1ea20bf6ed1904140facd99190aae59d17149133.zip |
http://llvm.org/bugs/show_bug.cgi?id=8260
Removed incorrect enumeration from switch.
llvm-svn: 124232
Diffstat (limited to 'lldb/source/Core/Value.cpp')
-rw-r--r-- | lldb/source/Core/Value.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Core/Value.cpp b/lldb/source/Core/Value.cpp index c346371a5e9..ce6a95b78e2 100644 --- a/lldb/source/Core/Value.cpp +++ b/lldb/source/Core/Value.cpp @@ -677,10 +677,6 @@ Value::ResolveValue(ExecutionContext *exe_ctx, clang::ASTContext *ast_context) case eValueTypeScalar: // raw scalar value break; - case eContextTypeValue: - m_value.Clear(); // TODO: Sean, fill this in - break; - default: case eValueTypeFileAddress: m_value.Clear(); |