summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2017-02-27 21:14:42 +0000
committerDavid Blaikie <dblaikie@gmail.com>2017-02-27 21:14:42 +0000
commit0de6a87ef3ddb42cb73fc45c8c67383fb2caf512 (patch)
tree22b1222e2adadc484e77f29f2dcae7c9f4722166
parent1f27eaf5aa411c586c2d6eccb488c65b912b2461 (diff)
downloadbcm5719-llvm-0de6a87ef3ddb42cb73fc45c8c67383fb2caf512.tar.gz
bcm5719-llvm-0de6a87ef3ddb42cb73fc45c8c67383fb2caf512.zip
Remove unused variable
llvm-svn: 296386
-rw-r--r--clang/include/clang/Serialization/ASTReader.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/include/clang/Serialization/ASTReader.h b/clang/include/clang/Serialization/ASTReader.h
index 88e75d6a633..edceb64847f 100644
--- a/clang/include/clang/Serialization/ASTReader.h
+++ b/clang/include/clang/Serialization/ASTReader.h
@@ -715,8 +715,6 @@ private:
/// the consumer eagerly.
SmallVector<uint64_t, 16> EagerlyDeserializedDecls;
- SmallVector<uint64_t, 16> ModularCodegenDecls;
-
/// \brief The IDs of all tentative definitions stored in the chain.
///
/// Sema keeps track of all tentative definitions in a TU because it has to
OpenPOWER on IntegriCloud