Skip to content

Commit 907855f

Browse files
committed
Remove unused LLVMRustJITMemoryManagerRef typedef
1 parent ebc8507 commit 907855f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rustllvm/rustllvm.h

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ enum LLVMRustAttribute {
104104
typedef struct OpaqueRustString *RustStringRef;
105105
typedef struct LLVMOpaqueTwine *LLVMTwineRef;
106106
typedef struct LLVMOpaqueSMDiagnostic *LLVMSMDiagnosticRef;
107-
typedef struct LLVMOpaqueRustJITMemoryManager *LLVMRustJITMemoryManagerRef;
108107

109108
extern "C" void LLVMRustStringWriteImpl(RustStringRef Str, const char *Ptr,
110109
size_t Size);

0 commit comments

Comments
 (0)