From 70a910d82c7d2b6f6b58e83af6df70f1f3d51477 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Thu, 28 Aug 2008 23:58:26 +0000 Subject: [PATCH] insignificant [SVN r48430] --- include/boost/exception/info.hpp | 6 ------ 1 file changed, 6 deletions(-) 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