Minor move of code to cleanup up namespace spaghetti a bit

This commit is contained in:
Dominic Hamon 2017-10-09 12:01:30 -07:00
parent a96ff121b3
commit 2409cb2eb1

View File

@ -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)