remove unused variable sz
authorRoger Meier <roger@apache.org>
Fri, 2 Sep 2011 20:33:33 +0000 (20:33 +0000)
committerRoger Meier <roger@apache.org>
Fri, 2 Sep 2011 20:33:33 +0000 (20:33 +0000)
add .gitignore stuff

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1164696 13f79535-47bb-0310-9956-ffa450edef68

.gitignore
lib/cpp/src/server/TNonblockingServer.cpp

index 8058880..e876197 100644 (file)
 /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
index 8d72a15..cb1e27b 100644 (file)
@@ -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_) {