Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c43ec62
)
THRIFT-629. cocoa: Unused Field In TSocketServer Appears To Break iPhone Build
author
Bryan Duxbury
<bryanduxbury@apache.org>
Thu, 2 Sep 2010 15:02:06 +0000
(15:02 +0000)
committer
Bryan 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
patch
|
blob
|
history
diff --git
a/lib/cocoa/src/server/TSocketServer.h
b/lib/cocoa/src/server/TSocketServer.h
index
0d66404
..
c8ff9f0
100644
(file)
--- 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 <TProtocolFactory> mInputProtocolFactory;
id <TProtocolFactory> mOutputProtocolFactory;