COFF: Use vector::erase instead of reallocating entire vector. NFC.
authorRui Ueyama <ruiu@google.com>
Fri, 26 Jun 2015 23:59:13 +0000 (23:59 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 26 Jun 2015 23:59:13 +0000 (23:59 +0000)
commit77731b4909c12fae2fa47469335f986f0180640e
tree5a2e643a2e8408144f53797578a4a90e05caa572
parenta07e1e7f2ba2a984252e8b5414fb25b107573d07
COFF: Use vector::erase instead of reallocating entire vector. NFC.

llvm-svn: 240862
lld/COFF/Driver.cpp