summaryrefslogtreecommitdiff
path: root/src/channel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel.hpp')
-rw-r--r--src/channel.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/channel.hpp b/src/channel.hpp
index c30dd61..c2a1c66 100644
--- a/src/channel.hpp
+++ b/src/channel.hpp
@@ -62,9 +62,6 @@ class Channel
#endif
{
private:
-#ifdef BOOST_HAS_TRIVIAL_ASSIGN
- BOOST_STATIC_ASSERT((boost::has_trivial_assign<T>::value));
-#endif
boost::mutex mtx_;
boost::circular_buffer<T> cb_;
Semaphore sem_read_, sem_write_;