Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
464a3a4
)
THRIFT-2606 ThreadManager.h warning in clang++ 3.4
author
Roger Meier
<roger@apache.org>
Mon, 7 Jul 2014 19:53:04 +0000
(21:53 +0200)
committer
Roger Meier
<roger@apache.org>
Mon, 7 Jul 2014 19:53:04 +0000
(21:53 +0200)
Patch: Konrad Grochowski
lib/cpp/src/thrift/concurrency/ThreadManager.h
patch
|
blob
|
history
diff --git
a/lib/cpp/src/thrift/concurrency/ThreadManager.h
b/lib/cpp/src/thrift/concurrency/ThreadManager.h
index
de45d56
..
0fedc88
100644
(file)
--- a/
lib/cpp/src/thrift/concurrency/ThreadManager.h
+++ b/
lib/cpp/src/thrift/concurrency/ThreadManager.h
@@
-57,7
+57,6
@@
class ThreadManager {
ThreadManager() {}
public:
- class Task;
typedef apache::thrift::stdcxx::function<void(boost::shared_ptr<Runnable>)> ExpireCallback;
virtual ~ThreadManager() {}