diff options
Diffstat (limited to 'src/tools/wasm-reduce.cpp')
-rw-r--r-- | src/tools/wasm-reduce.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/tools/wasm-reduce.cpp b/src/tools/wasm-reduce.cpp index 895b7d8bc..40d9aba6a 100644 --- a/src/tools/wasm-reduce.cpp +++ b/src/tools/wasm-reduce.cpp @@ -1296,13 +1296,6 @@ int main(int argc, const char* argv[]) { if (debugInfo) { extraFlags += " -g "; } - if (getTypeSystem() == TypeSystem::Nominal) { - extraFlags += " --nominal"; - } else if (getTypeSystem() == TypeSystem::Isorecursive) { - extraFlags += " --hybrid"; - } else { - WASM_UNREACHABLE("unexpected type system"); - } if (test.size() == 0) { Fatal() << "test file not provided\n"; |