summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-01-25 01:50:47 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-01-25 01:50:47 +0000
commit606420e869ab7c943b751e3856368cf63828b62a (patch)
treec0186a8bcdbd11a569600bcd2902f6ba0538757c /clang/lib/Serialization/ASTWriter.cpp
parent6b04f1d1be2aa868b6db21c20b4c9223e83d7fb4 (diff)
downloadbcm5719-llvm-606420e869ab7c943b751e3856368cf63828b62a.tar.gz
bcm5719-llvm-606420e869ab7c943b751e3856368cf63828b62a.zip
[Frontend] Remove another IsUserSpecified member variable that is now unused.
llvm-svn: 173412
Diffstat (limited to 'clang/lib/Serialization/ASTWriter.cpp')
-rw-r--r--clang/lib/Serialization/ASTWriter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Serialization/ASTWriter.cpp b/clang/lib/Serialization/ASTWriter.cpp
index 2f9e1543c2c..5a690b3ded8 100644
--- a/clang/lib/Serialization/ASTWriter.cpp
+++ b/clang/lib/Serialization/ASTWriter.cpp
@@ -1111,7 +1111,6 @@ void ASTWriter::WriteControlBlock(Preprocessor &PP, ASTContext &Context,
const HeaderSearchOptions::Entry &Entry = HSOpts.UserEntries[I];
AddString(Entry.Path, Record);
Record.push_back(static_cast<unsigned>(Entry.Group));
- Record.push_back(Entry.IsUserSupplied);
Record.push_back(Entry.IsFramework);
Record.push_back(Entry.IgnoreSysRoot);
Record.push_back(Entry.IsInternal);
OpenPOWER on IntegriCloud