Remove unnecessary local variable.
authorRui Ueyama <ruiu@google.com>
Wed, 5 Apr 2017 16:07:44 +0000 (16:07 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 5 Apr 2017 16:07:44 +0000 (16:07 +0000)
commit92a5ba6da5233e4afcac450c6f69aab84c0ff1b7
treeb701002cd5f65f6bc153c460e8bd5106c6482588
parent9c766d7a397b652b5a04c6acff16b1473a3c8838
Remove unnecessary local variable.

This patch does what r299506 was trying to do in a different way.

llvm-svn: 299554
lld/ELF/LinkerScript.cpp