diff options
Diffstat (limited to 'src/wasm/wasm-stack.cpp')
-rw-r--r-- | src/wasm/wasm-stack.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wasm/wasm-stack.cpp b/src/wasm/wasm-stack.cpp index 3c5122c10..58fa3f2ef 100644 --- a/src/wasm/wasm-stack.cpp +++ b/src/wasm/wasm-stack.cpp @@ -1707,10 +1707,6 @@ void BinaryInstWriter::visitDrop(Drop* curr) { } } -void BinaryInstWriter::visitPush(Push* curr) { - // Turns into nothing in the binary format -} - void BinaryInstWriter::visitPop(Pop* curr) { // Turns into nothing in the binary format } |