removed boost_random

This commit is contained in:
Wolfgang Spraul
2013-12-02 13:42:07 -05:00
committed by Vinnie Falco
parent f9c4070ad3
commit 00f959ab7e
2 changed files with 0 additions and 2 deletions

View File

@@ -93,7 +93,6 @@ BOOST_LIBS = [
'boost_regex',
'boost_system',
'boost_thread',
'boost_random',
]
# We whitelist platforms where the non -mt version is linked with pthreads. This

View File

@@ -35,7 +35,6 @@
#include "websocket/src/uri.cpp"
#include "websocket/src/base64/base64.cpp"
#include "websocket/src/rng/boost_rng.cpp"
#include "websocket/src/messages/data.cpp"
#include "websocket/src/processors/hybi_header.cpp"
#include "websocket/src/processors/hybi_util.cpp"