summaryrefslogtreecommitdiff
path: root/src/tools/wasm-opcodecnt.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/wasm-opcodecnt.cc')
-rw-r--r--src/tools/wasm-opcodecnt.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tools/wasm-opcodecnt.cc b/src/tools/wasm-opcodecnt.cc
index 3571871e..bbc4aa7b 100644
--- a/src/tools/wasm-opcodecnt.cc
+++ b/src/tools/wasm-opcodecnt.cc
@@ -37,9 +37,7 @@ static const char* s_outfile;
static size_t s_cutoff = 0;
static const char* s_separator = ": ";
-static ReadBinaryOptions s_read_binary_options =
- WABT_READ_BINARY_OPTIONS_DEFAULT;
-
+static ReadBinaryOptions s_read_binary_options;
static std::unique_ptr<FileStream> s_log_stream;
static const char s_description[] =