summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/utils/google-benchmark/cmake/steady_clock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcxx/utils/google-benchmark/cmake/steady_clock.cpp')
-rw-r--r--lib/libcxx/utils/google-benchmark/cmake/steady_clock.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libcxx/utils/google-benchmark/cmake/steady_clock.cpp b/lib/libcxx/utils/google-benchmark/cmake/steady_clock.cpp
deleted file mode 100644
index 66d50d17e9e..00000000000
--- a/lib/libcxx/utils/google-benchmark/cmake/steady_clock.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <chrono>
-
-int main() {
- typedef std::chrono::steady_clock Clock;
- Clock::time_point tp = Clock::now();
- ((void)tp);
-}