From 48943fec8375f45f7baadb935780a1c605a57a09 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 30 Apr 2002 19:41:37 +0000 Subject: [PATCH] Removed some unused macros [SVN r13594] --- include/boost/function/function_template.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/boost/function/function_template.hpp b/include/boost/function/function_template.hpp index c49c297..ab0d18e 100644 --- a/include/boost/function/function_template.hpp +++ b/include/boost/function/function_template.hpp @@ -41,7 +41,6 @@ // Class names used in this version of the code #define BOOST_FUNCTION_FUNCTION BOOST_JOIN(function,BOOST_FUNCTION_NUM_ARGS) -#define BOOST_FUNCTION_BASE BOOST_JOIN(function_base,BOOST_FUNCTION_NUM_ARGS) #define BOOST_FUNCTION_FUNCTION_INVOKER \ BOOST_JOIN(function_invoker,BOOST_FUNCTION_NUM_ARGS) #define BOOST_FUNCTION_VOID_FUNCTION_INVOKER \ @@ -535,8 +534,6 @@ namespace boost { #undef BOOST_FUNCTION_DEFAULT_ALLOCATOR #undef BOOST_FUNCTION_COMMA #undef BOOST_FUNCTION_FUNCTION -#undef BOOST_FUNCTION_BASE -#undef BOOST_FUNCTION_INVOKER_BASE #undef BOOST_FUNCTION_FUNCTION_INVOKER #undef BOOST_FUNCTION_VOID_FUNCTION_INVOKER #undef BOOST_FUNCTION_FUNCTION_OBJ_INVOKER