Browse Source

Remove check_unused_opts() in gen-array-with-opt.

Tran Quang Loc 1 year ago
parent
commit
9ee81876a8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      generators/gen-array-with-opt.cpp

+ 0 - 2
generators/gen-array-with-opt.cpp

@@ -34,8 +34,6 @@ int main(int argc, char** argv) {
     int max_value = opt<int>("max-value", 1000 * 1000 * 1000);
     int value_bias = opt<int>("value-bias", 0);
     
-    check_unused_opt();
-    
     vector<int> n_list = rnd.partition(test_count, sum_n, min_n);
     
     println(test_count);