Skip to content

Commit edfd9a1

Browse files
authored
[NFC] Remove unused useNewWATParser bool (#7170)
We always use the new WAT parser now.
1 parent 43da2c7 commit edfd9a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/wasm-io.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828

2929
namespace wasm {
3030

31-
// TODO: Remove this after switching to the new WAT parser by default and
32-
// removing the old one.
33-
extern bool useNewWATParser;
34-
3531
class ModuleIOBase {
3632
protected:
3733
bool debugInfo;

0 commit comments

Comments
 (0)