summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2024-12-20 12:16:56 -0800
committerGitHub <noreply@github.com>2024-12-20 12:16:56 -0800
commitedfd9a17202ae76933f64bf4e171f9a6ebe94b0e (patch)
treed5f3614201a31684ccf03af382c7256971b1ee45
parent43da2c7ff5069a4cb5733b4efcdbd573977e3c46 (diff)
downloadbinaryen-edfd9a17202ae76933f64bf4e171f9a6ebe94b0e.tar.gz
binaryen-edfd9a17202ae76933f64bf4e171f9a6ebe94b0e.tar.bz2
binaryen-edfd9a17202ae76933f64bf4e171f9a6ebe94b0e.zip
[NFC] Remove unused `useNewWATParser` bool (#7170)
We always use the new WAT parser now.
-rw-r--r--src/wasm-io.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wasm-io.h b/src/wasm-io.h
index e5cad9a23..a082c88ce 100644
--- a/src/wasm-io.h
+++ b/src/wasm-io.h
@@ -28,10 +28,6 @@
namespace wasm {
-// TODO: Remove this after switching to the new WAT parser by default and
-// removing the old one.
-extern bool useNewWATParser;
-
class ModuleIOBase {
protected:
bool debugInfo;