From: Roger Meier Date: Fri, 2 Sep 2011 20:33:33 +0000 (+0000) Subject: remove unused variable sz X-Git-Tag: 0.8.0~102 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=267c181c6a029b45a0ab199d22804a908a993580;p=common%2Fthrift.git remove unused variable sz add .gitignore stuff git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1164696 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.gitignore b/.gitignore index 8058880a..e8761975 100644 --- a/.gitignore +++ b/.gitignore @@ -128,6 +128,7 @@ /lib/rb/ext/thrift_native.bundle /lib/rb/ext/thrift_native.so /lib/rb/spec/gen-* +/lib/rb/test/ /lib/php/Makefile /lib/php/Makefile.in /lib/php/src/ext/thrift_protocol/.deps diff --git a/lib/cpp/src/server/TNonblockingServer.cpp b/lib/cpp/src/server/TNonblockingServer.cpp index 8d72a150..cb1e27b8 100644 --- a/lib/cpp/src/server/TNonblockingServer.cpp +++ b/lib/cpp/src/server/TNonblockingServer.cpp @@ -556,8 +556,6 @@ void TNonblockingServer::TConnection::workSocket() { */ void TNonblockingServer::TConnection::transition() { - int sz = 0; - // Switch upon the state that we are currently in and move to a new state switch (appState_) {