summaryrefslogtreecommitdiff
path: root/src/third_party/boost/boost/filesystem/path.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost/boost/filesystem/path.hpp')
-rw-r--r--src/third_party/boost/boost/filesystem/path.hpp35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/third_party/boost/boost/filesystem/path.hpp b/src/third_party/boost/boost/filesystem/path.hpp
deleted file mode 100644
index 3bed7d2c840..00000000000
--- a/src/third_party/boost/boost/filesystem/path.hpp
+++ /dev/null
@@ -1,35 +0,0 @@
-// boost/filesystem/path.hpp ---------------------------------------------------------//
-
-// Copyright Beman Dawes 2010
-
-// Distributed under the Boost Software License, Version 1.0.
-// See http://www.boost.org/LICENSE_1_0.txt
-
-// Library home page: http://www.boost.org/libs/filesystem
-
-//--------------------------------------------------------------------------------------//
-
-#ifndef BOOST_FILESYSTEM_PATHX_HPP
-#define BOOST_FILESYSTEM_PATHX_HPP
-
-#include <boost/config.hpp> // for <boost/config/user.hpp>, in case
- // BOOST_FILESYSTEM_VERSION defined there
-
-# if defined(BOOST_FILESYSTEM_VERSION) \
- && BOOST_FILESYSTEM_VERSION != 2 && BOOST_FILESYSTEM_VERSION != 3
-# error BOOST_FILESYSTEM_VERSION defined, but not as 2 or 3
-# endif
-
-# if !defined(BOOST_FILESYSTEM_VERSION)
-# define BOOST_FILESYSTEM_VERSION 3
-# endif
-
-#if BOOST_FILESYSTEM_VERSION == 2
-# include <boost/filesystem/v2/path.hpp>
-
-# else
-# include <boost/filesystem/v3/path.hpp>
-
-# endif
-
-#endif // BOOST_FILESYSTEM_PATHX_HPP