diff --git a/include/boost/function/function_base.hpp b/include/boost/function/function_base.hpp index 70b4eef..46d8863 100644 --- a/include/boost/function/function_base.hpp +++ b/include/boost/function/function_base.hpp @@ -34,8 +34,6 @@ namespace boost { namespace detail { namespace function { - template struct truth {}; - /* * The ct_if implementation is temporary code. When a Boost metaprogramming * library is introduced, Boost.Function will use it instead.