From: David Blaikie Date: Mon, 27 Feb 2017 21:14:42 +0000 (+0000) Subject: Remove unused variable X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c583ea8214af826187e40a78afec2da7c409c637;p=clang Remove unused variable git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296386 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Serialization/ASTReader.h b/include/clang/Serialization/ASTReader.h index 88e75d6a63..edceb64847 100644 --- a/include/clang/Serialization/ASTReader.h +++ b/include/clang/Serialization/ASTReader.h @@ -715,8 +715,6 @@ private: /// the consumer eagerly. SmallVector EagerlyDeserializedDecls; - SmallVector 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