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