diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-07 17:38:47 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-07 17:38:47 -0800 |
commit | 8337e254c6dff7d5983779b2d5546da1c52f0318 (patch) | |
tree | ccfd5cca87c92b997ba9024f72c5f19ffcbf69e0 /src | |
parent | 30212c13effee262b1810babcbc7d7e12d8fd003 (diff) | |
download | binaryen-8337e254c6dff7d5983779b2d5546da1c52f0318.tar.gz binaryen-8337e254c6dff7d5983779b2d5546da1c52f0318.tar.bz2 binaryen-8337e254c6dff7d5983779b2d5546da1c52f0318.zip |
update comments
Diffstat (limited to 'src')
-rw-r--r-- | src/wasm2asm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wasm2asm.h b/src/wasm2asm.h index 1f644c69c..a92d048f1 100644 --- a/src/wasm2asm.h +++ b/src/wasm2asm.h @@ -188,8 +188,6 @@ Ref Wasm2AsmBuilder::processWasm(Module* wasm) { pow2ed <<= 1; } tableSize = pow2ed; - // imports XXX - // exports XXX // functions for (auto func : wasm->functions) { asmFunc[3]->push_back(processFunction(func)); |