Remove unnecessary undefs

This commit is contained in:
Peter Dimov
2024-01-28 03:11:20 +02:00
parent 0601af0be4
commit 1e3d469155

View File

@ -1050,14 +1050,6 @@ public:
} // end namespace boost
// Cleanup after ourselves...
#undef BOOST_FUNCTION_PARM
#ifdef BOOST_FUNCTION_ARG
# undef BOOST_FUNCTION_ARG
#endif
#undef BOOST_FUNCTION_ARG_TYPE
#undef BOOST_FUNCTION_ARG_TYPES
#if defined(BOOST_MSVC)
# pragma warning( pop )
#endif