summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorcyy <cyyever@outlook.com>2019-01-05 13:45:07 +0800
committerJames E. King III <jking@apache.org>2019-01-07 08:11:37 -0500
commitc109e019790a87ef1f874dfac3482ac45a57d3ab (patch)
tree5c010cc93d0c3ff0cd6c16e93595b69b46efe194 /contrib
parent83b65f06fa380ed94669bdb461344f4f6b591191 (diff)
downloadthrift-c109e019790a87ef1f874dfac3482ac45a57d3ab.tar.gz
remove boost::thread and boost::mutex code
Diffstat (limited to 'contrib')
-rw-r--r--contrib/transport-sample/ThriftCommon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/transport-sample/ThriftCommon.h b/contrib/transport-sample/ThriftCommon.h
index d24d1a7a7..e16d87ddd 100644
--- a/contrib/transport-sample/ThriftCommon.h
+++ b/contrib/transport-sample/ThriftCommon.h
@@ -16,8 +16,6 @@
//
#ifdef _WIN32 //thrift is crashing when using boost threads on Mac OSX
-# define USE_BOOST_THREAD 1
-# include <boost/thread.hpp>
#else
# include <sys/socket.h>
# include <netinet/in.h>