Skip to content

Commit 0c5e0cf

Browse files
[llvm-jitlink] Remove duplicate type defintion (NFC)
1 parent 23973e0 commit 0c5e0cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/tools/llvm-jitlink/llvm-jitlink.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ class LLVMJITLinkObjectLinkingLayer : public orc::ObjectLinkingLayer {
5151
using LLVMJITLinkChannel = orc::shared::FDRawByteChannel;
5252
using LLVMJITLinkRPCEndpoint =
5353
orc::shared::MultiThreadedRPCEndpoint<LLVMJITLinkChannel>;
54-
using LLVMJITLinkRemoteMemoryManager =
55-
orc::OrcRPCTPCJITLinkMemoryManager<LLVMJITLinkRPCEndpoint>;
5654
using LLVMJITLinkRemoteMemoryAccess =
5755
orc::OrcRPCTPCMemoryAccess<LLVMJITLinkRPCEndpoint>;
5856

0 commit comments

Comments
 (0)