Remove unused variable.

llvm-svn: 249155
This commit is contained in:
Adrian Prantl 2015-10-02 17:36:03 +00:00
parent 4be30e92dc
commit 7f30b4a14e
1 changed files with 0 additions and 1 deletions

View File

@ -2172,7 +2172,6 @@ ObjCInterfaceDecl *CGDebugInfo::getObjCInterfaceDecl(QualType Ty) {
}
llvm::DIModule *CGDebugInfo::getParentModuleOrNull(const Decl *D) {
ExternalASTSource::ASTSourceDescriptor Info;
if (DebugTypeExtRefs && D->isFromASTFile()) {
// Record a reference to an imported clang module or precompiled header.
auto *Reader = CGM.getContext().getExternalSource();