Remove unused variable

This commit is contained in:
Jonathan Schleifer 2019-01-23 21:07:01 +01:00
parent 74c31433cc
commit 056f31ddad
No known key found for this signature in database
GPG key ID: 79D21189A2D4708D

View file

@ -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