Remove redundant temporary std::vector.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 28 Apr 2015 22:26:19 +0000 (22:26 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 28 Apr 2015 22:26:19 +0000 (22:26 +0000)
commitb89275550c9615d2bc94c9591bc952606883a3d3
tree838ae9949c35ffafaca6800b30eb4cfbd2585dd8
parent9f7d13868a875696a52f6c5d1f51a489e15eef26
Remove redundant temporary std::vector.

New sections are added to the end of the list, so the RelSections array was
redundant.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236053 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/ELFObjectWriter.cpp