From 9a9ef3a20bbc197af8362e10675f92668c3a9537 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 27 Nov 2010 09:29:11 +0000 Subject: [PATCH] Revert last patch - it conflicts with existing definition. [SVN r66783] --- include/boost/config/compiler/gcc.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/boost/config/compiler/gcc.hpp b/include/boost/config/compiler/gcc.hpp index 962be754..7ce7fe6b 100644 --- a/include/boost/config/compiler/gcc.hpp +++ b/include/boost/config/compiler/gcc.hpp @@ -89,13 +89,6 @@ # define BOOST_NO_EXCEPTIONS #endif -// -// Identify cygwin environments -// -#if __CYGWIN__ -# define BOOST_CYGWIN -#endif - // // Threading support: Turn this on unconditionally here (except for // those platforms where we can know for sure). It will get turned off again