diff options
Diffstat (limited to 'src/wasm-io.h')
-rw-r--r-- | src/wasm-io.h | 4 |
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; |