Remove unused LLVMRustJITMemoryManagerRef typedef
This commit is contained in:
@@ -104,7 +104,6 @@ enum LLVMRustAttribute {
|
|||||||
typedef struct OpaqueRustString *RustStringRef;
|
typedef struct OpaqueRustString *RustStringRef;
|
||||||
typedef struct LLVMOpaqueTwine *LLVMTwineRef;
|
typedef struct LLVMOpaqueTwine *LLVMTwineRef;
|
||||||
typedef struct LLVMOpaqueSMDiagnostic *LLVMSMDiagnosticRef;
|
typedef struct LLVMOpaqueSMDiagnostic *LLVMSMDiagnosticRef;
|
||||||
typedef struct LLVMOpaqueRustJITMemoryManager *LLVMRustJITMemoryManagerRef;
|
|
||||||
|
|
||||||
extern "C" void LLVMRustStringWriteImpl(RustStringRef Str, const char *Ptr,
|
extern "C" void LLVMRustStringWriteImpl(RustStringRef Str, const char *Ptr,
|
||||||
size_t Size);
|
size_t Size);
|
||||||
|
|||||||
Reference in New Issue
Block a user