From d5e6c50d8d17857d751fc371998e901a0b0bb0cd Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 22 Aug 2005 11:21:37 +0000 Subject: [PATCH] Removed illogical code. [SVN r30625] --- include/boost/config/suffix.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/boost/config/suffix.hpp b/include/boost/config/suffix.hpp index d4d9502d..5f0ada25 100644 --- a/include/boost/config/suffix.hpp +++ b/include/boost/config/suffix.hpp @@ -37,13 +37,6 @@ # define BOOST_HAS_LONG_LONG #endif -// TODO: Remove the following lines after the 1.33 release because the presence -// of an integral 64 bit type has nothing to do with support for long long. - -#if !defined(BOOST_HAS_LONG_LONG) && !defined(BOOST_NO_INTEGRAL_INT64_T) && !defined(__DECCXX_VER) -# define BOOST_NO_INTEGRAL_INT64_T -#endif - // GCC 3.x will clean up all of those nasty macro definitions that // BOOST_NO_CTYPE_FUNCTIONS is intended to help work around, so undefine // it under GCC 3.x.