forked from OSchip/llvm-project
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:
parent
865267f9d4
commit
b2a844bfe1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue