summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReaderDecl.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-08-06 05:43:55 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-08-06 05:43:55 +0000
commit60ecc522e0db0ffc32f15f366af8d81d5a9ac14c (patch)
tree4f3571e342d74060b2768366611f42f0829a69fa /clang/lib/Frontend/PCHReaderDecl.cpp
parent66ce9651f1ecd959d49ea5541315434b64acca25 (diff)
downloadbcm5719-llvm-60ecc522e0db0ffc32f15f366af8d81d5a9ac14c.tar.gz
bcm5719-llvm-60ecc522e0db0ffc32f15f366af8d81d5a9ac14c.zip
Remove the DeclaredInCondition bit now that it's no longer used.
llvm-svn: 110432
Diffstat (limited to 'clang/lib/Frontend/PCHReaderDecl.cpp')
-rw-r--r--clang/lib/Frontend/PCHReaderDecl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/PCHReaderDecl.cpp b/clang/lib/Frontend/PCHReaderDecl.cpp
index a6a68d94250..4b6bde7b19d 100644
--- a/clang/lib/Frontend/PCHReaderDecl.cpp
+++ b/clang/lib/Frontend/PCHReaderDecl.cpp
@@ -546,7 +546,6 @@ void PCHDeclReader::VisitVarDecl(VarDecl *VD) {
VD->setStorageClassAsWritten((VarDecl::StorageClass)Record[Idx++]);
VD->setThreadSpecified(Record[Idx++]);
VD->setCXXDirectInitializer(Record[Idx++]);
- VD->setDeclaredInCondition(Record[Idx++]);
VD->setExceptionVariable(Record[Idx++]);
VD->setNRVOVariable(Record[Idx++]);
VisitRedeclarable(VD);
OpenPOWER on IntegriCloud