diff options
-rw-r--r-- | src/wasm-binary.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index aea31233d..3f00b9094 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -491,8 +491,6 @@ public: << uint16_t(numLocalsByType[f32]) << uint16_t(numLocalsByType[f64]); } - } - if (function) { size_t sizePos = o.size(); o << (uint32_t)0; // placeholder, we fill in the size later when we have it // XXX int32, diverge from v8 format, to get more code to compile size_t start = o.size(); |