commit | 7190ca7a3d8d259730580a9979519ddd6a344619 | [log] [tgz] |
---|---|---|
author | cyy <cyyever@outlook.com> | Sat Jan 12 13:09:25 2019 +0800 |
committer | cyy <cyyever@outlook.com> | Tue Jan 22 10:36:17 2019 +0800 |
tree | c99a9a4af6d02044661db22720bc573e01c756c2 | |
parent | f83d3f90d60365aa9898e57991f051e88e8094c6 [diff] |
remove unused headers
diff --git a/lib/cpp/src/thrift/concurrency/Mutex.h b/lib/cpp/src/thrift/concurrency/Mutex.h index 123ae78..5e0f85b 100644 --- a/lib/cpp/src/thrift/concurrency/Mutex.h +++ b/lib/cpp/src/thrift/concurrency/Mutex.h
@@ -22,7 +22,6 @@ #include <memory> #include <boost/noncopyable.hpp> -#include <stdint.h> namespace apache { namespace thrift {
diff --git a/lib/cpp/src/thrift/concurrency/ThreadFactory.h b/lib/cpp/src/thrift/concurrency/ThreadFactory.h index f317afc..a1547a6 100644 --- a/lib/cpp/src/thrift/concurrency/ThreadFactory.h +++ b/lib/cpp/src/thrift/concurrency/ThreadFactory.h
@@ -65,11 +65,6 @@ */ Thread::id_t getCurrentThreadId() const; - /** - * For code readability define the unknown/undefined thread id - */ - static const Thread::id_t unknown_thread_id; - private: bool detached_; };
diff --git a/lib/cpp/src/thrift/concurrency/TimerManager.h b/lib/cpp/src/thrift/concurrency/TimerManager.h index 4d73b00..e09ecf2 100644 --- a/lib/cpp/src/thrift/concurrency/TimerManager.h +++ b/lib/cpp/src/thrift/concurrency/TimerManager.h
@@ -26,7 +26,6 @@ #include <memory> #include <map> -#include <time.h> namespace apache { namespace thrift {