Skip to content

Commit

Permalink
remove unused variable sz
Browse files Browse the repository at this point in the history
add .gitignore stuff

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1164696 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bufferoverflow committed Sep 2, 2011
1 parent adaf826 commit 267c181
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions lib/cpp/src/server/TNonblockingServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_) {

Expand Down

0 comments on commit 267c181

Please sign in to comment.