Skip to content

Commit 794afe0

Browse files
committed
[ORC] Remove an unused variable.
1 parent 2dba66b commit 794afe0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ DLLImportDefinitionGenerator::createStubsGraph(const SymbolMap &Resolved) {
573573
// Create __imp_ symbol
574574
jitlink::Symbol &Ptr =
575575
jitlink::x86_64::createAnonymousPointer(*G, Sec, &Target);
576-
auto name = getImpPrefix() + *KV.first;
577576
Ptr.setName(G->intern((Twine(getImpPrefix()) + *KV.first).str()));
578577
Ptr.setLinkage(jitlink::Linkage::Strong);
579578
Ptr.setScope(jitlink::Scope::Default);

0 commit comments

Comments
 (0)