diff options
| author | Jim Ingham <jingham@apple.com> | 2013-09-05 01:52:29 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2013-09-05 01:52:29 +0000 |
| commit | 389c32c0bd28e8a0abb87ab302f7789cf7358d55 (patch) | |
| tree | dd8c2185ee21bd911665bbed90d86268be3401d4 | |
| parent | 018c8278c2499169a5bd8aa7324ee5864197ece2 (diff) | |
| download | bcm5719-llvm-389c32c0bd28e8a0abb87ab302f7789cf7358d55.tar.gz bcm5719-llvm-389c32c0bd28e8a0abb87ab302f7789cf7358d55.zip | |
Remove a spurious comment.
llvm-svn: 190027
| -rw-r--r-- | lldb/source/Expression/ClangExpressionDeclMap.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Expression/ClangExpressionDeclMap.cpp b/lldb/source/Expression/ClangExpressionDeclMap.cpp index 072e7819cd0..cdc32532361 100644 --- a/lldb/source/Expression/ClangExpressionDeclMap.cpp +++ b/lldb/source/Expression/ClangExpressionDeclMap.cpp @@ -1418,7 +1418,6 @@ ClangExpressionDeclMap::GetVariableValue (VariableSP &var, return false; } - // commented out because of <rdar://problem/11024417> ASTContext *ast = var_type->GetClangASTContext().getASTContext(); if (!ast) |

