From e723adfc542a0dd0440c2429fcd2e7fcfcddd4e0 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 28 Jan 2016 21:05:46 -0800 Subject: join adjacent identical ifs --- src/wasm-binary.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/wasm-binary.h') 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(); -- cgit v1.2.3