diff options
Diffstat (limited to 'src/binary-reader-interpreter.h')
-rw-r--r-- | src/binary-reader-interpreter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/binary-reader-interpreter.h b/src/binary-reader-interpreter.h index 4f1b9c14..b242c55f 100644 --- a/src/binary-reader-interpreter.h +++ b/src/binary-reader-interpreter.h @@ -19,15 +19,12 @@ #include "common.h" -struct WabtAllocator; struct WabtInterpreterEnvironment; struct WabtInterpreterModule; struct WabtReadBinaryOptions; WABT_EXTERN_C_BEGIN WabtResult wabt_read_binary_interpreter( - struct WabtAllocator* allocator, - struct WabtAllocator* memory_allocator, struct WabtInterpreterEnvironment* env, const void* data, size_t size, |