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
This commit is contained in:
Greg Clayton 2011-01-17 20:59:07 +00:00
parent 865267f9d4
commit b2a844bfe1
1 changed files with 0 additions and 2 deletions

View File

@ -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;