Remove unused variable
This commit is contained in:
parent
74c31433cc
commit
056f31ddad
1 changed files with 1 additions and 2 deletions
|
@ -359,9 +359,8 @@ locking_callback(int mode, int n, const char *file, int line)
|
|||
runLoopMode: (of_run_loop_mode_t)runLoopMode
|
||||
{
|
||||
void *pool = objc_autoreleasePoolPush();
|
||||
SSLSocket_ConnectDelegate *connectDelegate;
|
||||
|
||||
connectDelegate = [[[SSLSocket_ConnectDelegate alloc]
|
||||
[[[SSLSocket_ConnectDelegate alloc]
|
||||
initWithSocket: self
|
||||
host: host
|
||||
port: port
|
||||
|
|
Reference in a new issue