summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/utils/google-benchmark/src/benchmark_api_internal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcxx/utils/google-benchmark/src/benchmark_api_internal.cc')
-rw-r--r--lib/libcxx/utils/google-benchmark/src/benchmark_api_internal.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/libcxx/utils/google-benchmark/src/benchmark_api_internal.cc b/lib/libcxx/utils/google-benchmark/src/benchmark_api_internal.cc
deleted file mode 100644
index 8d3108363b8..00000000000
--- a/lib/libcxx/utils/google-benchmark/src/benchmark_api_internal.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-#include "benchmark_api_internal.h"
-
-namespace benchmark {
-namespace internal {
-
-State BenchmarkInstance::Run(
- size_t iters, int thread_id, internal::ThreadTimer* timer,
- internal::ThreadManager* manager) const {
- State st(iters, arg, thread_id, threads, timer, manager);
- benchmark->Run(st);
- return st;
-}
-
-} // internal
-} // benchmark