From 2409cb2eb153558f66d5762a3b4228ac4e37b264 Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Mon, 9 Oct 2017 12:01:30 -0700 Subject: [PATCH] Minor move of code to cleanup up namespace spaghetti a bit --- src/benchmark.cc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/benchmark.cc b/src/benchmark.cc index 90ed1570..71c53214 100644 --- a/src/benchmark.cc +++ b/src/benchmark.cc @@ -99,20 +99,15 @@ DEFINE_bool(benchmark_counters_tabular, false, DEFINE_int32(v, 0, "The level of verbose logging to output"); namespace benchmark { -namespace internal { - -void UseCharPointer(char const volatile*) {} - -} // end namespace internal namespace { - static const size_t kMaxIterations = 1000000000; - } // end namespace namespace internal { +void UseCharPointer(char const volatile*) {} + class ThreadManager { public: ThreadManager(int num_threads)