From 08391a01dc1323c7e6ec21256e84e809cd56fe4f Mon Sep 17 00:00:00 2001 From: Igor Sugak Date: Wed, 27 Jan 2016 19:32:21 -0800 Subject: [PATCH] folly/test/FBVectorTestBenchmarks.cpp.h: remove unused argument Summary: Remove unused argument `iters`. Reviewed By: meyering Differential Revision: D2872551 fb-gh-sync-id: 0989e5b256d4d80dd3ad02401e3fc65d0f749ba6 --- folly/test/FBVectorTestBenchmarks.cpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.34.1