From: Bryan Duxbury Date: Thu, 2 Sep 2010 15:02:06 +0000 (+0000) Subject: THRIFT-629. cocoa: Unused Field In TSocketServer Appears To Break iPhone Build X-Git-Tag: 0.5.0~69 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=472eb3c94ce44b32ed2a6d73bd0d3b2786e928f7;p=common%2Fthrift.git THRIFT-629. cocoa: Unused Field In TSocketServer Appears To Break iPhone Build Remove the unused field. Patch: Jon S Akhtar git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991962 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/cocoa/src/server/TSocketServer.h b/lib/cocoa/src/server/TSocketServer.h index 0d664047..c8ff9f0c 100644 --- a/lib/cocoa/src/server/TSocketServer.h +++ b/lib/cocoa/src/server/TSocketServer.h @@ -33,7 +33,6 @@ extern NSString * const kTSockerServer_TransportKey; @interface TSocketServer : NSObject { - NSSocketPort * mServerSocket; NSFileHandle * mSocketFileHandle; id mInputProtocolFactory; id mOutputProtocolFactory;