Removed gcc-3.4 warning (causes more issues than it solves).

[SVN r23283]
This commit is contained in:
John Maddock
2004-06-30 10:17:00 +00:00
parent a0d70af62d
commit 7203ad09bb

View File

@ -30,7 +30,6 @@
// while others do not...
//
# define BOOST_HAS_THREADS
# warning "Boost threading support turned on, you may need to link against -lpthread unless you define BOOST_DISABLE_THREADS when building."
# else
# define BOOST_DISABLE_THREADS
# endif