mirror of https://github.com/aria2/aria2
AppleTLSSession: Remove unused private member
parent
522ae80fd4
commit
4418ebdedc
|
@ -294,8 +294,7 @@ TLSSession* TLSSession::make(TLSContext* ctx)
|
|||
}
|
||||
|
||||
AppleTLSSession::AppleTLSSession(AppleTLSContext* ctx)
|
||||
: ctx_(ctx),
|
||||
sslCtx_(nullptr),
|
||||
: sslCtx_(nullptr),
|
||||
sockfd_(0),
|
||||
state_(st_constructed),
|
||||
lastError_(noErr),
|
||||
|
|
|
@ -112,7 +112,6 @@ private:
|
|||
return ((AppleTLSSession*)conn)->sockRead(data, len);
|
||||
}
|
||||
|
||||
AppleTLSContext *ctx_;
|
||||
SSLContextRef sslCtx_;
|
||||
sock_t sockfd_;
|
||||
state_t state_;
|
||||
|
|
Loading…
Reference in New Issue