1
0
mirror of synced 2026-02-16 21:10:58 +00:00

Comment out

This commit is contained in:
Eddie Hung
2019-04-09 10:09:43 -07:00
parent 3fc474aa73
commit 3b6f85b0a6

View File

@@ -1239,7 +1239,7 @@ struct Abc9Pass : public Pass {
}
if (arg == "-dress") {
// TODO
abc_dress = true;
//abc_dress = true;
continue;
}
if (arg == "-g" && argidx+1 < args.size()) {