Remove unused LLVMRustJITMemoryManagerRef typedef

This commit is contained in:
Björn Steinbrink 2018-01-06 12:38:52 +01:00
parent ebc85077df
commit 907855fe88

View File

@ -104,7 +104,6 @@ enum LLVMRustAttribute {
typedef struct OpaqueRustString *RustStringRef;
typedef struct LLVMOpaqueTwine *LLVMTwineRef;
typedef struct LLVMOpaqueSMDiagnostic *LLVMSMDiagnosticRef;
typedef struct LLVMOpaqueRustJITMemoryManager *LLVMRustJITMemoryManagerRef;
extern "C" void LLVMRustStringWriteImpl(RustStringRef Str, const char *Ptr,
size_t Size);