diff options
author | Thomas Lively <tlively@google.com> | 2024-05-29 11:32:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 11:32:26 -0700 |
commit | d844d2e77b402d562ade8cf8fd96759b587bf09d (patch) | |
tree | 0bb0dedf7efb8b90e43340292a2c8f4f7fb063a0 /test/gtest | |
parent | f622b8e47c69dcbdf2666c795fb3658dc4da52af (diff) | |
download | binaryen-d844d2e77b402d562ade8cf8fd96759b587bf09d.tar.gz binaryen-d844d2e77b402d562ade8cf8fd96759b587bf09d.tar.bz2 binaryen-d844d2e77b402d562ade8cf8fd96759b587bf09d.zip |
Remove obsolete parser code (#6607)
Remove `SExpressionParser`, `SExpressionWasmBuilder`, and `cashew::Parser`.
Simplify gen-s-parser.py. Remove the --new-wat-parser and
--deprecated-wat-parser flags.
Diffstat (limited to 'test/gtest')
-rw-r--r-- | test/gtest/possible-contents.cpp | 1 | ||||
-rw-r--r-- | test/gtest/print-test.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/gtest/possible-contents.cpp b/test/gtest/possible-contents.cpp index a49fdfad5..c495a4187 100644 --- a/test/gtest/possible-contents.cpp +++ b/test/gtest/possible-contents.cpp @@ -1,7 +1,6 @@ #include "ir/possible-contents.h" #include "ir/subtypes.h" #include "parser/wat-parser.h" -#include "wasm-s-parser.h" #include "wasm.h" #include "gtest/gtest.h" diff --git a/test/gtest/print-test.h b/test/gtest/print-test.h index 678896eab..5a1c92f7a 100644 --- a/test/gtest/print-test.h +++ b/test/gtest/print-test.h @@ -2,7 +2,6 @@ #include "parser/wat-parser.h" #include "support/colors.h" -#include "wasm-s-parser.h" #include "wasm.h" #include "gtest/gtest.h" |