diff --git a/include/boost/exception/info.hpp b/include/boost/exception/info.hpp index 140827e..f41c105 100644 --- a/include/boost/exception/info.hpp +++ b/include/boost/exception/info.hpp @@ -163,12 +163,6 @@ boost e->data_ = intrusive_ptr(new exception_detail::error_info_container_impl); e->data_->set(x,typeid_); } - - inline - void - set_data( void const *, shared_ptr const &, exception_detail::type_info_ const & ) - { - } } template