[Modules] Clean up some code that was manually replicating what
SmallSetVector provides directly. llvm-svn: 233334
This commit is contained in:
parent
a469eef7ce
commit
46e3ca1f17
|
|
@ -387,8 +387,7 @@ private:
|
|||
|
||||
/// \brief The set of declarations that may have redeclaration chains that
|
||||
/// need to be serialized.
|
||||
llvm::SetVector<Decl *, SmallVector<Decl *, 4>,
|
||||
llvm::SmallPtrSet<Decl *, 4> > Redeclarations;
|
||||
llvm::SmallSetVector<Decl *, 4> Redeclarations;
|
||||
|
||||
/// \brief Statements that we've encountered while serializing a
|
||||
/// declaration or type.
|
||||
|
|
|
|||
Loading…
Reference in New Issue