mirror of
https://github.com/aria2/aria2.git
synced 2026-04-03 03:09:04 +00:00
AppleTLSSession: Remove unused private member
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user