summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.56.0/libs/chrono/src/thread_clock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost-1.56.0/libs/chrono/src/thread_clock.cpp')
-rw-r--r--src/third_party/boost-1.56.0/libs/chrono/src/thread_clock.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/third_party/boost-1.56.0/libs/chrono/src/thread_clock.cpp b/src/third_party/boost-1.56.0/libs/chrono/src/thread_clock.cpp
deleted file mode 100644
index c21b114c0d6..00000000000
--- a/src/third_party/boost-1.56.0/libs/chrono/src/thread_clock.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// boost thread_clock.cpp -----------------------------------------------------------//
-
-// Copyright 2010 Vicente J. Botet Escriba
-
-// Distributed under the Boost Software License, Version 1.0.
-// See http://www.boost.org/LICENSE_1_0.txt
-
-// See http://www.boost.org/libs/chrono for documentation.
-
-//--------------------------------------------------------------------------------------//
-
-
-// define BOOST_CHRONO_SOURCE so that <boost/chrono/config.hpp> knows
-// the library is being built (possibly exporting rather than importing code)
-
-#define BOOST_CHRONO_SOURCE
-
-#include <boost/chrono/detail/inlined/thread_clock.hpp>
-