forked from OSchip/llvm-project
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:
parent
a3a51fca81
commit
3cdf5516c6
|
@ -134,8 +134,6 @@ IRForTarget::FixFunctionLinkage(llvm::Function &llvm_function)
|
|||
{
|
||||
llvm_function.setLinkage(GlobalValue::ExternalLinkage);
|
||||
|
||||
std::string name = llvm_function.getName().str();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue