Skip to content

Commit 0ebb699

Browse files
tzikdschuff
authored andcommitted
Remove unused PassOptions from wasm-ctor-eval.cpp (#1238)
|passOptions| in wasm-ctor-eval.cpp causes a compile failure, -Wunused-variable on the clang build.
1 parent 54efd41 commit 0ebb699

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tools/wasm-ctor-eval.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ void evalCtors(Module& wasm, std::vector<std::string> ctors) {
363363
int main(int argc, const char* argv[]) {
364364
Name entry;
365365
std::vector<std::string> passes;
366-
PassOptions passOptions;
367366
bool emitBinary = true;
368367
bool debugInfo = false;
369368
std::string ctorsString;

0 commit comments

Comments
 (0)