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:
9a242c0
)
THRIFT-2608 TNonblockingServer.cpp warnings on clang 3.4
author
Roger Meier
<roger@apache.org>
Mon, 7 Jul 2014 19:56:44 +0000
(21:56 +0200)
committer
Roger Meier
<roger@apache.org>
Mon, 7 Jul 2014 19:56:44 +0000
(21:56 +0200)
Patch: Konrad Grochowski
lib/cpp/src/thrift/server/TNonblockingServer.cpp
patch
|
blob
|
history
diff --git
a/lib/cpp/src/thrift/server/TNonblockingServer.cpp
b/lib/cpp/src/thrift/server/TNonblockingServer.cpp
index
43cdc50
..
7bd42e2
100644
(file)
--- 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_;