From d5c5988d92871f5474646dc4e9a6cb9d6809f460 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 14 Oct 2013 15:25:21 +0000 Subject: [PATCH] Remove dead files. [SVN r86300] --- .../boost/type_traits/broken_compiler_spec.hpp | 16 ---------------- .../boost/type_traits/transform_traits_spec.hpp | 13 ------------- 2 files changed, 29 deletions(-) delete mode 100644 include/boost/type_traits/broken_compiler_spec.hpp delete mode 100644 include/boost/type_traits/transform_traits_spec.hpp diff --git a/include/boost/type_traits/broken_compiler_spec.hpp b/include/boost/type_traits/broken_compiler_spec.hpp deleted file mode 100644 index 1c77759..0000000 --- a/include/boost/type_traits/broken_compiler_spec.hpp +++ /dev/null @@ -1,16 +0,0 @@ - -// Copyright 2001-2003 Aleksey Gurtovoy. -// Use, modification and distribution are subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt). -// -// See http://www.boost.org/libs/type_traits for most recent version including documentation. - -#ifndef BOOST_TT_BROKEN_COMPILER_SPEC_HPP_INCLUDED -#define BOOST_TT_BROKEN_COMPILER_SPEC_HPP_INCLUDED - -// Obsolete. Remove. -#define BOOST_TT_BROKEN_COMPILER_SPEC(T) -#define BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION(T) - -#endif // BOOST_TT_BROKEN_COMPILER_SPEC_HPP_INCLUDED diff --git a/include/boost/type_traits/transform_traits_spec.hpp b/include/boost/type_traits/transform_traits_spec.hpp deleted file mode 100644 index 6749b84..0000000 --- a/include/boost/type_traits/transform_traits_spec.hpp +++ /dev/null @@ -1,13 +0,0 @@ - -// Copyright 2001 Aleksey Gurtovoy. -// Use, modification and distribution are subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt). -// -// See http://www.boost.org/libs/type_traits for most recent version including documentation. - -#ifndef BOOST_TT_TRANSFORM_TRAITS_SPEC_HPP_INCLUDED -#define BOOST_TT_TRANSFORM_TRAITS_SPEC_HPP_INCLUDED - - -#endif // BOOST_TT_TRANSFORM_TRAITS_SPEC_HPP_INCLUDED