From c583ea8214af826187e40a78afec2da7c409c637 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Mon, 27 Feb 2017 21:14:42 +0000 Subject: [PATCH] Remove unused variable git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296386 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Serialization/ASTReader.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.40.0