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:57:15 UTC

git commit: THRIFT-2608 TNonblockingServer.cpp warnings on clang 3.4

Repository: thrift
Updated Branches:
  refs/heads/master 9a242c02f -> 2768eb29c


THRIFT-2608 TNonblockingServer.cpp warnings on 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/2768eb29
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/2768eb29
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/2768eb29

Branch: refs/heads/master
Commit: 2768eb29cebf22f4b225654f61ed1806e0cabb85
Parents: 9a242c0
Author: Roger Meier <ro...@apache.org>
Authored: Mon Jul 7 21:56:44 2014 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Mon Jul 7 21:56:44 2014 +0200

----------------------------------------------------------------------
 lib/cpp/src/thrift/server/TNonblockingServer.cpp | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/2768eb29/lib/cpp/src/thrift/server/TNonblockingServer.cpp
----------------------------------------------------------------------
diff --git a/lib/cpp/src/thrift/server/TNonblockingServer.cpp b/lib/cpp/src/thrift/server/TNonblockingServer.cpp
index 43cdc50..7bd42e2 100644
--- a/lib/cpp/src/thrift/server/TNonblockingServer.cpp
+++ b/lib/cpp/src/thrift/server/TNonblockingServer.cpp
@@ -156,12 +156,6 @@ class TNonblockingServer::TConnection {
   /// Count of the number of calls for use with getResizeBufferEveryN().
   int32_t callsForResize_;
 
-  /// Task handle
-  int taskHandle_;
-
-  /// Task event
-  struct event taskEvent_;
-
   /// Transport to read from
   boost::shared_ptr<TMemoryBuffer> inputTransport_;