summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-01-17 20:59:07 +0000
committerGreg Clayton <gclayton@apple.com>2011-01-17 20:59:07 +0000
commitb2a844bfe12af5a52493f85f09ce4e7c260047f6 (patch)
tree617c0a4430d2b676cae76ef337d3563741a44402
parent865267f9d460d696b4722585d2b7056201d66d1e (diff)
downloadbcm5719-llvm-b2a844bfe12af5a52493f85f09ce4e7c260047f6.tar.gz
bcm5719-llvm-b2a844bfe12af5a52493f85f09ce4e7c260047f6.zip
Removed commented out code since it was incorrect code to begin with and we don't want anyone thinking they should put it back in.
llvm-svn: 123672
-rw-r--r--lldb/source/Symbol/ClangASTContext.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Symbol/ClangASTContext.cpp b/lldb/source/Symbol/ClangASTContext.cpp
index 2e4831479dd..b4fe5112fab 100644
--- a/lldb/source/Symbol/ClangASTContext.cpp
+++ b/lldb/source/Symbol/ClangASTContext.cpp
@@ -1083,8 +1083,6 @@ ClangASTContext::SetHasExternalStorage (clang_type_t clang_type, bool has_extern
if (class_interface_decl)
{
- //if (has_extern)
- // class_interface_decl->setExternallyCompleted();
class_interface_decl->setHasExternalLexicalStorage (has_extern);
//class_interface_decl->setHasExternalVisibleStorage (has_extern);
return true;
OpenPOWER on IntegriCloud