Remove unused LLVMRustJITMemoryManagerRef typedef
This commit is contained in:
parent
ebc85077df
commit
907855fe88
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue