diff options
author | Adrian Prantl <aprantl@apple.com> | 2015-10-02 17:36:03 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2015-10-02 17:36:03 +0000 |
commit | 7f30b4a14efcbe3616f90070885db0f7804bffc2 (patch) | |
tree | 03d4630ae6212f6e64288f6f3d4b51cdc9463246 /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | 4be30e92dc1a3f2df67d2a03c9b3b1cda55cc5cf (diff) | |
download | bcm5719-llvm-7f30b4a14efcbe3616f90070885db0f7804bffc2.tar.gz bcm5719-llvm-7f30b4a14efcbe3616f90070885db0f7804bffc2.zip |
Remove unused variable.
llvm-svn: 249155
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index b8c66eccba6..388cbd91a15 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -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(); |