diff options
author | Alon Zakai <azakai@google.com> | 2021-03-02 23:19:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 15:19:33 -0800 |
commit | e7c6356c7529c29ef06f4541bc3164659e8917f6 (patch) | |
tree | 872b69c53797d38f9e59a6ead973a609a6742074 /src/wasm/wasm-binary.cpp | |
parent | 1f0ab5b54850812040b2e9f56a3428aeac54e425 (diff) | |
download | binaryen-e7c6356c7529c29ef06f4541bc3164659e8917f6.tar.gz binaryen-e7c6356c7529c29ef06f4541bc3164659e8917f6.tar.bz2 binaryen-e7c6356c7529c29ef06f4541bc3164659e8917f6.zip |
Remove duplicate assertion (#3638)
Diffstat (limited to 'src/wasm/wasm-binary.cpp')
-rw-r--r-- | src/wasm/wasm-binary.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wasm/wasm-binary.cpp b/src/wasm/wasm-binary.cpp index c7096b154..1f54a0038 100644 --- a/src/wasm/wasm-binary.cpp +++ b/src/wasm/wasm-binary.cpp @@ -2061,7 +2061,6 @@ void WasmBinaryBuilder::readFunctions() { assert(breakStack.empty()); assert(breakTargetNames.empty()); assert(exceptionTargetNames.empty()); - assert(breakStack.empty()); assert(expressionStack.empty()); assert(controlFlowStack.empty()); assert(letStack.empty()); |