diff options
Diffstat (limited to 'absl/synchronization/mutex_benchmark.cc')
-rw-r--r-- | absl/synchronization/mutex_benchmark.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/absl/synchronization/mutex_benchmark.cc b/absl/synchronization/mutex_benchmark.cc index d91071b71bdd..30a523556c3d 100644 --- a/absl/synchronization/mutex_benchmark.cc +++ b/absl/synchronization/mutex_benchmark.cc @@ -92,5 +92,3 @@ BENCHMARK(BM_ContendedMutex)->Threads(1); BENCHMARK(BM_ContendedMutex)->ThreadPerCpu(); } // namespace - -BENCHMARK_MAIN(); |