summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/HeaderSearch.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-09-18 05:21:59 +0000
committerCraig Topper <craig.topper@gmail.com>2012-09-18 05:21:59 +0000
commit462a36d229e0940cf0b15b4ede38d93f0a7fc51a (patch)
tree6dab03859c5fea3b189c941a5d1ad0f4c1312977 /clang/lib/Lex/HeaderSearch.cpp
parent43201a8261879436ea8b248e4918888fe408a02d (diff)
downloadbcm5719-llvm-462a36d229e0940cf0b15b4ede38d93f0a7fc51a.tar.gz
bcm5719-llvm-462a36d229e0940cf0b15b4ede38d93f0a7fc51a.zip
Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes.
llvm-svn: 164103
Diffstat (limited to 'clang/lib/Lex/HeaderSearch.cpp')
-rw-r--r--clang/lib/Lex/HeaderSearch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/HeaderSearch.cpp b/clang/lib/Lex/HeaderSearch.cpp
index bb3a67378ad..e793ea17e86 100644
--- a/clang/lib/Lex/HeaderSearch.cpp
+++ b/clang/lib/Lex/HeaderSearch.cpp
@@ -41,7 +41,7 @@ ExternalHeaderFileInfoSource::~ExternalHeaderFileInfoSource() {}
HeaderSearch::HeaderSearch(FileManager &FM, DiagnosticsEngine &Diags,
const LangOptions &LangOpts,
const TargetInfo *Target)
- : FileMgr(FM), Diags(Diags), FrameworkMap(64),
+ : FileMgr(FM), FrameworkMap(64),
ModMap(FileMgr, *Diags.getClient(), LangOpts, Target)
{
AngledDirIdx = 0;
OpenPOWER on IntegriCloud