Skip to content

Commit

Permalink
Remove unused LLVMRustJITMemoryManagerRef typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
dotdash committed Jan 7, 2018
1 parent ebc8507 commit 907855f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rustllvm/rustllvm.h
Expand Up @@ -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);
Expand Down

0 comments on commit 907855f

Please sign in to comment.