THRIFT-629. cocoa: Unused Field In TSocketServer Appears To Break iPhone Build
authorBryan Duxbury <bryanduxbury@apache.org>
Thu, 2 Sep 2010 15:02:06 +0000 (15:02 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Thu, 2 Sep 2010 15:02:06 +0000 (15:02 +0000)
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

lib/cocoa/src/server/TSocketServer.h

index 0d66404..c8ff9f0 100644 (file)
@@ -33,7 +33,6 @@ extern NSString * const kTSockerServer_TransportKey;
 
 
 @interface TSocketServer : NSObject {
-  NSSocketPort * mServerSocket;
   NSFileHandle * mSocketFileHandle;
   id <TProtocolFactory> mInputProtocolFactory;
   id <TProtocolFactory> mOutputProtocolFactory;