Remove unnecessary instantiation of StringRef.
authorRui Ueyama <ruiu@google.com>
Wed, 26 Apr 2017 23:00:32 +0000 (23:00 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 26 Apr 2017 23:00:32 +0000 (23:00 +0000)
commite5ad2986fc5b70bc11acad820165997e32f0d95b
treeb524e4d4097dd3b2cd648e388cd13b3f2b3a390d
parent1d12b885b09a92d268356292c2829a2a6b4aca1d
Remove unnecessary instantiation of StringRef.

SoName's type has changed from StringRef to std::string, so this
code does not make sense anymore.

llvm-svn: 301490
lld/ELF/InputFiles.cpp