From 837591456f72f51b55ab1ab933b2f4b97600e461 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 5 Aug 2002 02:34:02 +0000 Subject: [PATCH] Remove the unused is_not_same [SVN r14676] --- include/boost/function.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/boost/function.hpp b/include/boost/function.hpp index f4556fe..62c47b8 100644 --- a/include/boost/function.hpp +++ b/include/boost/function.hpp @@ -323,12 +323,6 @@ namespace boost { }; }; - template - struct is_not_same - { - BOOST_STATIC_CONSTANT(bool, value = !(is_same::value)); - }; - #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION template struct get_arg1_type