diff options
Diffstat (limited to 'include/clang/Serialization/ASTReader.h')
-rw-r--r-- | include/clang/Serialization/ASTReader.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/clang/Serialization/ASTReader.h b/include/clang/Serialization/ASTReader.h index f808b962e1..4a704d0c35 100644 --- a/include/clang/Serialization/ASTReader.h +++ b/include/clang/Serialization/ASTReader.h @@ -675,13 +675,6 @@ private: /// \brief Keeps track of the elements added to PendingDeclChains. llvm::SmallSet<serialization::DeclID, 16> PendingDeclChainsKnown; - /// \brief Reverse mapping from declarations to their global declaration IDs. - /// - /// FIXME: This data structure is currently only used for ObjCInterfaceDecls - /// and ObjCProtocolDecls to support declaration merging. If we must have - /// this for other declarations, allocate it along with the Decl itself. - llvm::DenseMap<Decl *, serialization::GlobalDeclID> DeclToID; - typedef llvm::DenseMap<Decl *, llvm::SmallVector<serialization::DeclID, 2> > MergedDeclsMap; |