summaryrefslogtreecommitdiff
path: root/src/channel.hpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2014-09-01 21:10:57 +0000
committerOthmar Gsenger <otti@anytun.org>2014-09-01 21:10:57 +0000
commitfc927f97f7060d638fa4e61a9331df49ceef143f (patch)
tree05236c6a1fd463012e4a617a88ba859141547607 /src/channel.hpp
parentnew threading working, but only one crypto thread per direction possible yet (diff)
added QueuePusher, added ANYTUN_MULTITHREAD comile option
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_;