summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tools/wasm-ctor-eval.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/wasm-ctor-eval.cpp b/src/tools/wasm-ctor-eval.cpp
index aea0646a3..dc9b15144 100644
--- a/src/tools/wasm-ctor-eval.cpp
+++ b/src/tools/wasm-ctor-eval.cpp
@@ -363,7 +363,6 @@ void evalCtors(Module& wasm, std::vector<std::string> ctors) {
int main(int argc, const char* argv[]) {
Name entry;
std::vector<std::string> passes;
- PassOptions passOptions;
bool emitBinary = true;
bool debugInfo = false;
std::string ctorsString;