[Modules] Clean up some code that was manually replicating what

SmallSetVector provides directly.

llvm-svn: 233334
This commit is contained in:
Chandler Carruth 2015-03-26 23:59:47 +00:00
parent a469eef7ce
commit 46e3ca1f17
1 changed files with 1 additions and 2 deletions

View File

@ -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.