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 2011/09/02 22:33:33 UTC

svn commit: r1164696 - in /thrift/trunk: .gitignore lib/cpp/src/server/TNonblockingServer.cpp

Author: roger
Date: Fri Sep  2 20:33:33 2011
New Revision: 1164696

URL: http://svn.apache.org/viewvc?rev=1164696&view=rev
Log:
remove unused variable sz
add .gitignore stuff

Modified:
    thrift/trunk/.gitignore
    thrift/trunk/lib/cpp/src/server/TNonblockingServer.cpp

Modified: thrift/trunk/.gitignore
URL: http://svn.apache.org/viewvc/thrift/trunk/.gitignore?rev=1164696&r1=1164695&r2=1164696&view=diff
==============================================================================
--- thrift/trunk/.gitignore (original)
+++ thrift/trunk/.gitignore Fri Sep  2 20:33:33 2011
@@ -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

Modified: thrift/trunk/lib/cpp/src/server/TNonblockingServer.cpp
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/server/TNonblockingServer.cpp?rev=1164696&r1=1164695&r2=1164696&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/server/TNonblockingServer.cpp (original)
+++ thrift/trunk/lib/cpp/src/server/TNonblockingServer.cpp Fri Sep  2 20:33:33 2011
@@ -556,8 +556,6 @@ void TNonblockingServer::TConnection::wo
  */
 void TNonblockingServer::TConnection::transition() {
 
-  int sz = 0;
-
   // Switch upon the state that we are currently in and move to a new state
   switch (appState_) {