remove declaration of _objc_empty_vtable no longer

used in modern objc translator. // rdar://11105680

llvm-svn: 153386
This commit is contained in:
Fariborz Jahanian 2012-03-24 16:57:13 +00:00
parent d0decdec57
commit 16366da437
1 changed files with 0 additions and 1 deletions

View File

@ -5421,7 +5421,6 @@ static void WriteModernMetadataDeclarations(ASTContext *Context, std::string &Re
Result += "};\n";
Result += "__declspec(dllimport) extern struct objc_cache _objc_empty_cache;\n";
Result += "extern void *_objc_empty_vtable;\n";
meta_data_declared = true;
}