From: Igor Sugak Date: Thu, 28 Jan 2016 03:32:21 +0000 (-0800) Subject: folly/test/FBVectorTestBenchmarks.cpp.h: remove unused argument X-Git-Tag: deprecate-dynamic-initializer~130 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=08391a01dc1323c7e6ec21256e84e809cd56fe4f;p=folly.git folly/test/FBVectorTestBenchmarks.cpp.h: remove unused argument Summary: Remove unused argument `iters`. Reviewed By: meyering Differential Revision: D2872551 fb-gh-sync-id: 0989e5b256d4d80dd3ad02401e3fc65d0f749ba6 --- diff --git a/folly/test/FBVectorTestBenchmarks.cpp.h b/folly/test/FBVectorTestBenchmarks.cpp.h index e5d8b70a..d9e80a4a 100644 --- a/folly/test/FBVectorTestBenchmarks.cpp.h +++ b/folly/test/FBVectorTestBenchmarks.cpp.h @@ -302,7 +302,7 @@ TESTFUN(clause_23_3_6_4_clear) { EXPECT_EQ(v.capacity(), c); } -BENCHMARK(BENCHFUN(zzInitRNG), iters) { +BENCHMARK(BENCHFUN(zzInitRNG)) { //LOG(INFO) << "\nTesting with type " << typeid(VECTOR).name() << "\n"; srand(seed); }