diff options
Diffstat (limited to 'src/prebuilt/wasm2c.include.h')
-rw-r--r-- | src/prebuilt/wasm2c.include.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/prebuilt/wasm2c.include.h b/src/prebuilt/wasm2c.include.h index d2657c5a..23319cde 100644 --- a/src/prebuilt/wasm2c.include.h +++ b/src/prebuilt/wasm2c.include.h @@ -16,8 +16,6 @@ const char SECTION_NAME(top)[] = "#define WASM_RT_PASTE(x, y) WASM_RT_PASTE_(x, y)\n" "#define WASM_RT_ADD_PREFIX(x) WASM_RT_PASTE(WASM_RT_MODULE_PREFIX, x)\n" "\n" -"#define WASM_RT_DEFINE_EXTERNAL(decl, target) decl = ⌖\n" -"\n" "/* TODO(binji): only use stdint.h types in header */\n" "typedef uint8_t u8;\n" "typedef int8_t s8;\n" |