We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54efd41 commit 0ebb699Copy full SHA for 0ebb699
1 file changed
src/tools/wasm-ctor-eval.cpp
@@ -363,7 +363,6 @@ void evalCtors(Module& wasm, std::vector<std::string> ctors) {
363
int main(int argc, const char* argv[]) {
364
Name entry;
365
std::vector<std::string> passes;
366
- PassOptions passOptions;
367
bool emitBinary = true;
368
bool debugInfo = false;
369
std::string ctorsString;
0 commit comments