remove unused local string in IRForTarget.cpp

Committed on behalf of: ldrumm <luke.drummond@codeplay.com>

Differential revision: http://reviews.llvm.org/D16412

llvm-svn: 262043
This commit is contained in:
Aidan Dodds 2016-02-26 18:03:06 +00:00
parent a3a51fca81
commit 3cdf5516c6
1 changed files with 0 additions and 2 deletions

View File

@ -134,8 +134,6 @@ IRForTarget::FixFunctionLinkage(llvm::Function &llvm_function)
{
llvm_function.setLinkage(GlobalValue::ExternalLinkage);
std::string name = llvm_function.getName().str();
return true;
}