[Lldb-commits] [lldb] r123672 - /lldb/trunk/source/Symbol/ClangASTContext.cpp

Greg Clayton gclayton at apple.com
Mon Jan 17 12:59:07 PST 2011


Author: gclayton
Date: Mon Jan 17 14:59:07 2011
New Revision: 123672

URL: http://llvm.org/viewvc/llvm-project?rev=123672&view=rev
Log:
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.

Modified:
    lldb/trunk/source/Symbol/ClangASTContext.cpp

Modified: lldb/trunk/source/Symbol/ClangASTContext.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Symbol/ClangASTContext.cpp?rev=123672&r1=123671&r2=123672&view=diff
==============================================================================
--- lldb/trunk/source/Symbol/ClangASTContext.cpp (original)
+++ lldb/trunk/source/Symbol/ClangASTContext.cpp Mon Jan 17 14:59:07 2011
@@ -1083,8 +1083,6 @@
             
                 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;





More information about the lldb-commits mailing list