From 92d96f1aa4285e621217060cb244f30ec0acf88a Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Sat, 6 Sep 2008 18:40:02 +0000 Subject: [PATCH] Bug in type_info.hpp [SVN r48634] --- include/boost/throw_exception.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/boost/throw_exception.hpp b/include/boost/throw_exception.hpp index 94536d3..018eb2a 100644 --- a/include/boost/throw_exception.hpp +++ b/include/boost/throw_exception.hpp @@ -24,10 +24,6 @@ #include #include -#if !defined( BOOST_EXCEPTION_DISABLE ) -#define BOOST_EXCEPTION_DISABLE -#endif - #if !defined( BOOST_EXCEPTION_DISABLE ) && defined( __BORLANDC__ ) && BOOST_WORKAROUND( __BORLANDC__, < 0x590 ) # define BOOST_EXCEPTION_DISABLE #endif