Remove a spurious comment.
authorJim Ingham <jingham@apple.com>
Thu, 5 Sep 2013 01:52:29 +0000 (01:52 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 5 Sep 2013 01:52:29 +0000 (01:52 +0000)
llvm-svn: 190027

lldb/source/Expression/ClangExpressionDeclMap.cpp

index 072e781..cdc3253 100644 (file)
@@ -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)