Fixed an unused variable warning introduced in GH-6800 (GH-6816)
This commit is contained in:
parent
5e6312c39e
commit
00717a46a1
|
@ -882,7 +882,6 @@ newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock,
|
|||
{
|
||||
PySSLSocket *self;
|
||||
SSL_CTX *ctx = sslctx->ctx;
|
||||
long mode;
|
||||
|
||||
self = PyObject_New(PySSLSocket, &PySSLSocket_Type);
|
||||
if (self == NULL)
|
||||
|
|
Loading…
Reference in New Issue