You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/07/07 21:53:35 UTC

git commit: THRIFT-2606 ThreadManager.h warning in clang++ 3.4

Repository: thrift
Updated Branches:
  refs/heads/master 464a3a443 -> ca545bd42


THRIFT-2606 ThreadManager.h warning in clang++ 3.4

Patch: Konrad Grochowski


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/ca545bd4
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/ca545bd4
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/ca545bd4

Branch: refs/heads/master
Commit: ca545bd42924878fca866d66fa7a8ecd2f996596
Parents: 464a3a4
Author: Roger Meier <ro...@apache.org>
Authored: Mon Jul 7 21:53:04 2014 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Mon Jul 7 21:53:04 2014 +0200

----------------------------------------------------------------------
 lib/cpp/src/thrift/concurrency/ThreadManager.h | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/ca545bd4/lib/cpp/src/thrift/concurrency/ThreadManager.h
----------------------------------------------------------------------
diff --git a/lib/cpp/src/thrift/concurrency/ThreadManager.h b/lib/cpp/src/thrift/concurrency/ThreadManager.h
index de45d56..0fedc88 100644
--- 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() {}