You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/objectstore/allocsim/ops_replayer.cc
+1-14Lines changed: 1 addition & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,6 @@ int main(int argc, char** argv) {
338
338
string file("input.txt");
339
339
string ceph_conf_path("./ceph.conf");
340
340
string pool("test_pool");
341
-
string input_ir_output("");
342
341
bool skip_do_ops = false;
343
342
344
343
po::options_description po_options("Options");
@@ -350,7 +349,6 @@ int main(int argc, char** argv) {
350
349
("parser-threads", po::value<uint64_t>(&nparser_threads)->default_value(16), "Number of parser threads")
351
350
("worker-threads", po::value<uint64_t>(&nworker_threads)->default_value(16), "Number of I/O worker threads")
352
351
("pool", po::value<string>(&pool)->default_value("test_pool"), "Pool to use for I/O")
353
-
("optimized-input-path", po::value<string>(&input_ir_output)->default_value(""), "Create a new input file that is optimzed for parsing. If not empty it will create it")
0 commit comments