summaryrefslogtreecommitdiff
path: root/absl/container/fixed_array_benchmark.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/container/fixed_array_benchmark.cc')
-rw-r--r--absl/container/fixed_array_benchmark.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/absl/container/fixed_array_benchmark.cc b/absl/container/fixed_array_benchmark.cc
index 2d39898d..b4f0cf2a 100644
--- a/absl/container/fixed_array_benchmark.cc
+++ b/absl/container/fixed_array_benchmark.cc
@@ -64,5 +64,3 @@ BENCHMARK_TEMPLATE(BM_FixedArray, std::string, 256)->Range(0, 1 << 16);
BENCHMARK_TEMPLATE(BM_FixedArray, std::string, 65536)->Range(0, 1 << 16);
} // namespace
-
-BENCHMARK_MAIN();